186 Commits

Author SHA1 Message Date
real-zony
0aa8ca5aef docs: Improve the help content. 2023-02-02 22:47:30 +08:00
real-zony
2eef72e165 fix: Avoid null reference exception. 2023-01-29 22:55:20 +08:00
real-zony
f4b17097fd chore: Update NuGet package versions. 2023-01-29 21:29:32 +08:00
dependabot[bot]
84231d9613
build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /src/ui
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-17 01:16:19 +00:00
Zony
8398d80a8e
Merge pull request #124 from real-zony/dependabot/npm_and_yarn/src/ui/json5-1.0.2
build(deps): bump json5 from 1.0.1 to 1.0.2 in /src/ui
2023-01-17 09:15:29 +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
dependabot[bot]
fc09839775
build(deps): bump json5 from 1.0.1 to 1.0.2 in /src/ui
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 03:36:16 +00: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
f25ba90b9a fix: Do not trim the generated files. 2022-12-13 23:05:27 +08:00
real-zony
bc5afad599 ci: Fixed the path problem 2022-12-13 22:54:19 +08:00
real-zony
691cfa159f ci: Release 4.0.0.50 version. 2022-12-13 22:44:16 +08:00
real-zony
2f2e67f3e6 fix: Fixed the issue of incorrect file extension preventing file search. 2022-12-13 22:33:34 +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
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
7778b7be09 chore: Some code tweaks. 2022-10-23 13:51:24 +08:00
real-zony
7adda14713 feat: Added axios library. 2022-10-23 13:50:52 +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
895f68184d feat: Created a RESTFul API endpoint for MusicInfo. 2022-10-23 12:39:56 +08:00
real-zony
d19b1d8d2a feat: Add auto-detect update feature. 2022-10-18 14:40:03 +08:00
real-zony
a11ef70021 feat: Completed early communication testing.
data-table has serious performance problem.
2022-10-06 21:35:55 +08:00
real-zony
6554be6b6d build: Update package version. 2022-10-06 17:29:29 +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
bccfaaaa5b feat: Integrated SPA resources with ASP.NET Core. 2022-10-05 21:10:15 +08:00
real-zony
f57afd4238 feat: Establish Websocket communication. 2022-10-05 20:25:55 +08:00
real-zony
775e6140ee feat: Adjust UI component linkage. 2022-10-05 20:02:15 +08:00
real-zony
2ccf4f9da6 feat: Completed the basic UI layout. 2022-10-05 17:50:23 +08:00
real-zony
dbc1e44d2a Added WebSocket listener service. 2022-10-05 10:36:42 +08:00
real-zony
cde1d32d33 feat: Add new frontend code. 2022-10-01 14:01:46 +08:00
real-zony
62777e44bd fix: Remove frontend code. 2022-10-01 11:51:07 +08:00
real-zony
b64f83d56b fix: Removed NAudio related code. 2022-09-24 19:19:14 +08:00
real-zony
6ad154a62b feat: Add update check logic. 2022-09-24 19:13:57 +08:00
real-zony
32adab68b6 docs: Update README.md file.
Added start history section.
2022-09-23 10:44:05 +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
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