Commit Graph

64 Commits

Author SHA1 Message Date
real-zony
9ab9cd50e2 feat: Mostly completed bidirectional binding for settings page and configuration. 2024-07-03 23:38:33 +08:00
real-zony
e66ef89e7a build: Upgrade the YamlDotNet version. 2024-07-02 21:51:55 +08:00
real-zony
8b5d5c64b0 refactor: Adjusted the structure of the configuration file.
BREAKING CHANGE: Adjusted the internal structure of the config.yaml file, removed the top-level hierarchy.
2024-07-02 21:22:40 +08:00
real-zony
a2c44901fd refactor: Fixed incorrect naming. 2024-06-30 22:02:33 +08:00
real-zony
aa3c45101b feat: Added a comparator for MusicInfo. 2024-06-30 17:50:49 +08:00
real-zony
d00d735bf0 feat: When downloading lyrics, a callback was added to facilitate UI updates. 2024-06-30 17:50:26 +08:00
real-zony
4f15d06e63 feat: Added a settings page. 2024-06-28 15:07:06 +08:00
real-zony
5ccd8a7c53 feat: Complete the basic GUI layout. 2024-06-28 12:33:14 +08:00
real-zony
888c7f511b refactor: Removed unused files. 2024-06-28 12:23:48 +08:00
ZaneYork
444f4e75a6 修复网易云歌曲ID溢出问题 2024-05-21 17:41:40 +08:00
real-zony
b6e3cb6038 chore: Upgrade version. 2023-12-22 14:59:48 +08:00
real-zony
fea5e1124f fix: Fixed the issue where Kuwo Music could not download lyrics. 2023-12-22 13:52:28 +08:00
real-zony
243a0e2559 fix: Fixed the issue where NetEase Cloud Music could not download lyrics. 2023-12-12 21:56:49 +08:00
real-zony
8d946ebbd5 build: Upgraded the dependency framework to .NET 8.0. 2023-12-12 19:22:50 +08:00
real-zony
c8ffbc55af fix: Fixed the issue mentioned in #145.
Added a new line break.('\n')
2023-09-11 09:49:02 +08:00
real-zony
7f81a3edea refactor: Managed dependencies with unified package management. 2023-07-14 21:20:01 +08:00
real-zony
b240564cf7 perf: Optimized the startup time of the tool. 2023-05-25 09:05:39 +08:00
real-zony
6e2848a9de chore: Updated the version number. 2023-05-24 23:14:57 +08:00
real-zony
6361bf9265 feat: Improved the result information for lyrics download. 2023-05-24 23:08:17 +08:00
real-zony
383e2c5939 chore: Fix compilation warning messages. 2023-05-24 22:57:55 +08:00
real-zony
1e5c41852f perf: An error log file will only be created when there are songs that failed to download. 2023-05-24 22:00:22 +08:00
real-zony
41cba02833 feat: NetEase Cloud Music playlist download supports passing in multiple IDs.
Issue: https://github.com/real-zony/ZonyLrcToolsX/issues/139
2023-05-24 21:54:13 +08:00
real-zony
98c935ed93 fix: Fixed the issue where incorrect artist names were obtained when downloading NetEase Cloud Music playlists. 2023-05-24 20:50:24 +08:00
real-zony
62d08df735 fix: Added processing logic for special characters to prevent file write failures. 2023-05-24 20:29:02 +08:00
real-zony
1f312c749d build: Upgraded the version of NuGet packages that are dependent on, as usual. 2023-05-24 19:16:40 +08:00
real-zony
788ff38be2 fix: Fixed some unhandled exceptions. 2023-04-17 01:13:06 +08:00
real-zony
ab5f79bd50 fix: Fixed the issue where Netease Cloud Music did not throw the correct exception when a song could not be found. 2023-04-17 01:01:16 +08:00
real-zony
f935f07609 feat: Modified the lyrics interface for Netease Cloud Music to support higher concurrency. 2023-04-17 00:47:23 +08:00
real-zony
493f48cefe fix: Fixed the index exception that may be caused by the KuGou music provider. 2023-04-16 23:52:57 +08:00
real-zony
949dac7ad1 ci: Updated NuGet package versions. 2023-03-27 23:14:21 +08:00
real-zony
572e555f2a fix: Fixed the path issue #128.
We should avoid using the Directory.GetCurrentDirectory() method, as it
can result in retrieving incorrect paths.
2023-03-19 11:34:32 +08:00
real-zony
bc2b314d6a docs: Improved comments for the scanner. 2023-03-14 22:31:28 +08:00
real-zony
b916323986 feat: We have improved the search and download logic for NetEase Cloud Music playlists and added support for logging in. 2023-03-12 23:19:27 +08:00
real-zony
afe1a7013c feat: We have added a new 'POST' method to retrieve cookies. 2023-03-12 18:35:07 +08:00
real-zony
fb1f743365 feat: Added support for reading song information from CSV files and NetEase Cloud Music playlists. 2023-03-12 15:20:55 +08:00
real-zony
18d9c2d32c feat: Now, it's possible to fetch playlists from NetEase Cloud Music and download lyrics. 2023-02-24 00:05:23 +08:00
real-zony
5dbabab5a6 feat: Supports UTF-8 BOM encoding. 2023-02-22 21:45:27 +08:00
real-zony
9a029225e1 chore: Working... 2023-02-17 23:05:32 +08:00
real-zony
a7ecfbe44f feat: Added support for reading song list from Csv file. 2023-02-08 20:56:47 +08:00
real-zony
f1a6eefe45 fix: Fixed the issue where classes that don't implement an interface couldn't be injected. 2023-02-08 20:56:04 +08:00
real-zony
86e341290e feat: Added support to output the list of failed songs to a file. 2023-02-07 22:06:44 +08:00
real-zony
2eef72e165 fix: Avoid null reference exception. 2023-01-29 22:55:20 +08:00
real-zony
3e957fdb25 build: Removed the direct reference to MusicDecrypto.
Directly referencing the NuGet package.
2023-01-08 22:47:09 +08:00
real-zony
8d5a45c9ef fix: fixed some issues. 2023-01-04 11:35:44 +08:00
real-zony
d7e11af3ba build: Upgraded the version of the NuGet package dependency. 2023-01-03 21:36:52 +08:00
real-zony
691cfa159f ci: Release 4.0.0.50 version. 2022-12-13 22:44:16 +08:00
real-zony
a46abba2f9 feat: Use MusicDecrypto as a decryption driver. 2022-12-11 21:28:25 +08:00
real-zony
fdc5f27692 build: Updated the .NET runtime to version 7.0. 2022-12-11 20:35:37 +08:00
real-zony
acb9142e5f feat: Completed KuWo lyric source. 2022-10-28 15:15:34 +08:00
real-zony
5d1e90f638 refactor: Use Object to replace byte arrays when generating lyrics. 2022-10-28 10:13:14 +08:00