70 Commits

Author SHA1 Message Date
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
950652c040 fix: Fixed the issue of inaccurate download results. 2022-07-25 19:45:35 +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
7463709a39 feat: Deleted unused components. 2022-04-28 23:58:03 +08:00
real-zony
07e660e13b Add new frontend code. 2022-04-28 23:53:14 +08:00
real-zony
a51b399a6c Delete frontend code. 2022-04-28 23:50:18 +08:00
real-zony
279eba48f8 feat: Support configure lyrics file encoding. 2022-04-27 21:38:51 +08:00
real-zony
f3b1dacb0c fix: Improve tag loader conditions. 2022-04-27 21:25:15 +08:00
real-zony
cb8572e599 fix: Fixed the number of error hints. 2022-04-26 10:25:53 +08:00
real-zony
3b0f9fa89b fix: Fixed an issue with netease music downloader. 2022-04-25 23:24:13 +08:00
real-zony
c655ac4cbb docs: Update readme doc. 2022-04-25 13:41:40 +08:00
real-zony
e900a92f37 enhanced: change the console theme color. 2022-04-25 12:26:06 +08:00
real-zony
0f84621919 fix: Fixed multi-downloader not working problem. 2022-04-25 12:16:00 +08:00
real-zony
61ca863770 feat: Support skip exist lyric files. 2022-04-25 12:03:59 +08:00
real-zony
2044a0b8fa add web ui initialize code. 2022-04-23 21:11:18 +08:00
real-zony
ffd76f5f2b enhanced: Optimized tag reader workflow.
Closes #93
2022-04-12 10:15:23 +08:00
real-zony
3705c6c8b5 perf: Optimized error log information. 2022-04-12 09:57:49 +08:00
real-zony
969d5e9e19 Fixed tag info provider bug. 2022-04-07 16:49:49 +08:00
real-zony
be68b3474c fix: Fixed the error in the count of failure times. 2022-03-22 22:11:02 +08:00
real-zony
363d104dbe refactor: Configuration class unified storage. 2022-03-20 19:27:26 +08:00
real-zony
a1e9669843 feat: Fixed a possible null reference exception. 2022-03-20 19:10:51 +08:00
real-zony
2b41658783 fix: Fixed the problem that the default line break is invalid. 2022-03-20 19:06:09 +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
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
e12264466e docs: Provides new documentation for profile instructions. 2022-03-18 21:11:44 +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
d1c50323b1 refactor: Change the file structure. 2022-03-17 22:01:06 +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
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
c6a275ce07 feat: 增加歌曲错误提示。 2022-01-05 22:41:14 +08:00
real-zony
1f505f2f72 build: 升级依赖的 McMaster 库。 2021-12-29 11:20:50 +08:00
real-zony
9f00b61942 build: 升级依赖的 NuGet 包。 2021-11-21 21:08:37 +08:00
real-zony
a468783167 feat: 添加 Electron 的后端项目。 2021-10-29 19:07:45 +08:00
real-zony
24814dc83f build: 升级依赖框架版本到 .NET 6。 2021-10-29 18:54:41 +08:00
real-zony
6e95946eca docs: 完善代码的 XML 注释。 2021-10-21 16:01:06 +08:00
real-zony
4ac5bc8986 Update depend nuget package. 2021-06-28 22:14:29 +08:00
real-zony
78cb9c14c1 feat: Add qq music album downlaoder code. 2021-06-22 22:38:19 +08:00
real-zony
a032f3e5eb feat: 使标签加载器支持优先级配置。 2021-06-05 12:15:30 +08:00
real-zony
5520162a4c fix: 优化网易云歌词匹配机制,增强准确度。
Closes #75
2021-06-05 11:52:34 +08:00
real-zony
625f24ccbf feat: 屏蔽词功能同标签读取器集成。 2021-06-04 23:16:41 +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
97fbb774e6 feat: Completed ncm convert function.
完成 ncm 歌曲转换功能。
2021-06-02 22:58:21 +08:00
real-zony
387e029c24 feat: Output progress information when executing commands.
执行命令时输出执行进度信息。
2021-06-02 21:54:39 +08:00
real-zony
aa85740b58 fix: The network proxy is turned off by default. 2021-05-31 23:16:51 +08:00
real-zony
def1de8467 feat: Completed the NCM decryption tool class.
完成 NCM 解密工具类。
2021-05-31 22:51:10 +08:00
real-zony
fb64e46022 feat: working....ncm decryptor. 2021-05-31 19:15:36 +08:00