real-zony
|
5d1e90f638
|
refactor: Use Object to replace byte arrays when generating lyrics.
|
2022-10-28 10:13:14 +08:00 |
|
real-zony
|
b7b1f36bf5
|
feat: Added KuWo(酷我) Music lyrics source (incomplete).
|
2022-10-26 17:05:44 +08:00 |
|
real-zony
|
6b72f919b8
|
refactor: Refactor the code of the Download command.
|
2022-10-23 22:48:06 +08:00 |
|
real-zony
|
64d26cbc4c
|
refactor: Refactored lyrics download logic and file scanning logic.
|
2022-10-23 19:28:57 +08:00 |
|
real-zony
|
7d17fc0b97
|
refactor: Refactor lyrics download logic and abstract a new logger.
|
2022-10-23 13:38:51 +08:00 |
|
real-zony
|
3e27e18098
|
refactor: Renamed Lyric to Lyrics.
|
2022-10-23 12:42:46 +08:00 |
|
real-zony
|
d19b1d8d2a
|
feat: Add auto-detect update feature.
|
2022-10-18 14:40:03 +08:00 |
|
real-zony
|
0ed21ed997
|
build: Sync package version.
|
2022-10-06 13:04:12 +08:00 |
|
real-zony
|
740e8f4c63
|
refactor: Common components are moved to the Common library.
|
2022-10-06 13:02:20 +08:00 |
|
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
|
c583a9c278
|
build: Upgrade dependency nuget packages.
|
2022-09-22 16:11:53 +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
|
be4380c744
|
fix: Fixed issue #106.
|
2022-09-22 15:30:28 +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
|
55f720c1a1
|
Fixed the null reference exception prompted when downloading pure music.
|
2022-07-24 23:48:46 +08:00 |
|
real-zony
|
363d104dbe
|
refactor: Configuration class unified storage.
|
2022-03-20 19:27:26 +08:00 |
|
real-zony
|
9f70d5d379
|
fix: Resolve possible NullReferenceException issues.
Closes https://github.com/real-zony/ZonyLrcToolsX/issues/85
|
2022-03-20 11:04:17 +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
|
e06f9eaaa9
|
build: Upgrade the dependent NuGet packages.
|
2022-03-17 20:18:57 +08:00 |
|
real-zony
|
ed1974dfbc
|
refactor: Rename main method.
|
2022-02-11 11:52:35 +08:00 |
|
real-zony
|
089559d058
|
test: Try to reproduce the issue 84.
|
2022-02-03 17:17:49 +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
|
c6a275ce07
|
feat: 增加歌曲错误提示。
|
2022-01-05 22:41:14 +08:00 |
|
real-zony
|
9f00b61942
|
build: 升级依赖的 NuGet 包。
|
2021-11-21 21:08:37 +08:00 |
|
real-zony
|
24814dc83f
|
build: 升级依赖框架版本到 .NET 6。
|
2021-10-29 18:54:41 +08:00 |
|
real-zony
|
78cb9c14c1
|
feat: Add qq music album downlaoder code.
|
2021-06-22 22:38:19 +08:00 |
|
real-zony
|
24dada105c
|
Update package version.
|
2021-06-21 21:45:17 +08:00 |
|
real-zony
|
5520162a4c
|
fix: 优化网易云歌词匹配机制,增强准确度。
Closes #75
|
2021-06-05 11:52:34 +08:00 |
|
real-zony
|
e917f6ee80
|
feat: 测试基类添加单独得 GetService<TService>() 方法。
|
2021-06-04 23:16:19 +08:00 |
|
real-zony
|
0c889272dc
|
feat: 完成屏蔽词功能。
解决问题(#77)(https://github.com/real-zony/ZonyLrcToolsX/issues/77)
|
2021-06-04 23:15:51 +08:00 |
|
real-zony
|
def1de8467
|
feat: Completed the NCM decryption tool class.
完成 NCM 解密工具类。
|
2021-05-31 22:51:10 +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
|
8f70e434f0
|
test: Add QQ Music Lyric Downloader UnitTest Method.
|
2021-05-08 18:30:53 +08:00 |
|
Zony
|
8e1e61764c
|
feat: Reinitialize the Repository.
重新初始化仓库。
|
2021-05-07 10:26:26 +08:00 |
|