https://github.com/wxriw/qqmusicdecoder
QRC decoder, with a simple demo
https://github.com/wxriw/qqmusicdecoder
Last synced: 11 months ago
JSON representation
QRC decoder, with a simple demo
- Host: GitHub
- URL: https://github.com/wxriw/qqmusicdecoder
- Owner: WXRIW
- License: mit
- Created: 2023-04-04T13:02:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T10:00:50.000Z (about 3 years ago)
- Last Synced: 2025-04-05T15:23:14.227Z (about 1 year ago)
- Language: C#
- Size: 138 KB
- Stars: 20
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QQMusicDecoder
QRC decoder, with a simple demo
可通过 Id 直接通过网络获取歌词 `Helper.GetLyrics(string, string)`;
可通过 Mid 直接通过网络获取歌词 `Helper.GetLyricsByMid(string, string)`;
也可以直接解密 QRC 歌词 `Decrypter.DecryptLyrics(string)`。
### 特别感谢
[@cnbluefire](https://github.com/cnbluefire)
[SuJiKiNen/LyricDecoder](https://github.com/SuJiKiNen/LyricDecoder)
[@Raspberry-Monster](https://github.com/Raspberry-Monster)