Commit Graph

29 Commits

Author SHA1 Message Date
real-zony
ecab0e0f5c refactor: Move some of the dependency injection code to the Common Library. 2022-10-06 12:45:01 +08:00
real-zony
aa90e232f7 chore: Move the related configuration items to the Common library. 2022-10-06 12:29:56 +08:00
real-zony
9f96aa0186 refactor: Move the related configuration items to the Common library. 2022-10-06 12:27:21 +08:00
real-zony
6d7ee04b74 feat: Support song depth search. 2022-09-22 18:43:42 +08:00
real-zony
f519eb1251 feat(Test NetEaseMusic's Romance lyrics.): 2022-09-22 18:08:26 +08:00
real-zony
85f325b300 fix: Fixed null reference exception. 2022-09-22 17:53:19 +08:00
real-zony
140043db79 feat: Enhanced song matching logic (NetEaseMusic). 2022-09-22 17:49:54 +08:00
real-zony
8385f6f118 feat: Provide the 'isOnlyOutputTranslation option to output only translated lyrics. 2022-09-22 15:48:20 +08:00
real-zony
87f6a98668 fix: Fixed the issue with #82.
Reason may be that the song name has brackets, causing the search to
failure.
2022-09-22 15:06:54 +08:00
real-zony
0772f5888f fix: Fix the problem of QQ lyrics downloader prompting error.
The reason for this is that the old API has been deprecated.
2022-07-25 20:11:30 +08:00
real-zony
279eba48f8 feat: Support configure lyrics file encoding. 2022-04-27 21:38:51 +08:00
real-zony
3b0f9fa89b fix: Fixed an issue with netease music downloader. 2022-04-25 23:24:13 +08:00
real-zony
363d104dbe refactor: Configuration class unified storage. 2022-03-20 19:27:26 +08:00
real-zony
1840a10f1e fix: Fixed the problem of incorrect lyric data for dual language lyrics when the OneLine option is turned on. 2022-03-19 12:03:29 +08:00
real-zony
d250524208 feat: QQ Music Downloader support dual language lyrics. 2022-03-19 11:42:00 +08:00
real-zony
2c2c34f1a6 feat: NetEase Cloud Music Downloader support dual language lyrics. 2022-03-19 11:38:10 +08:00
real-zony
2b0b14cd7a Use YAML as configuration file; fix a download failure issue with QQ Music. (Reason: QQ Music API changed) 2022-03-18 19:51:08 +08:00
real-zony
ba3dd5f1bc refactor: reformat source code. 2022-02-03 18:10:53 +08:00
real-zony
9ef700df46 fix: 修复当翻译歌词没有的时候,导致 NULL 引用异常。
Closes https://github.com/real-zony/ZonyLrcToolsX/issues/82
Closes https://github.com/real-zony/ZonyLrcToolsX/issues/83
2022-01-06 15:27:57 +08:00
real-zony
5520162a4c fix: 优化网易云歌词匹配机制,增强准确度。
Closes #75
2021-06-05 11:52:34 +08:00
real-zony
300b350f70 docs: Add Comments. 2021-05-28 23:59:40 +08:00
real-zony
134d7eb5a0 feat: Support newline configuration.
实装换行符配置项。
2021-05-17 21:06:15 +08:00
real-zony
e45319f048 feat: Completed KuGouLyricDownloader.
完成了酷狗音乐歌词下载器。
2021-05-15 17:19:15 +08:00
real-zony
172453b83f feat: Add lyrics downloader related configuration items.
添加歌词下载器相关的配置项。
2021-05-11 00:31:14 +08:00
real-zony
bad38ef34c feat: Completed the QQ music lyrics downloader.
完成了 QQ 音乐歌词下载器。
2021-05-09 22:43:05 +08:00
real-zony
9fe8e1e56c refactor: The GenerateLyricAsync method of the Downloader class adds new parameters.
为 Downloader 类的 GenerateLyricAsync 方法添加了新的参数。
2021-05-09 22:14:59 +08:00
real-zony
8f70e434f0 test: Add QQ Music Lyric Downloader UnitTest Method. 2021-05-08 18:30:53 +08:00
real-zony
6ec03d0ec3 docs: Improve the comment of the code.
改进代码的注释。
2021-05-07 10:57:08 +08:00
Zony
8e1e61764c feat: Reinitialize the Repository.
重新初始化仓库。
2021-05-07 10:26:26 +08:00