Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Majjcom/ncmppGui
一个使用C++编写的极速ncm转换GUI工具
https://github.com/Majjcom/ncmppGui
cpp decryption fast music ncm netease performance speed unlock
Last synced: 24 days ago
JSON representation
一个使用C++编写的极速ncm转换GUI工具
- Host: GitHub
- URL: https://github.com/Majjcom/ncmppGui
- Owner: Majjcom
- License: mit
- Created: 2023-01-21T15:29:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:21:25.000Z (2 months ago)
- Last Synced: 2024-10-30T17:27:51.444Z (2 months ago)
- Topics: cpp, decryption, fast, music, ncm, netease, performance, speed, unlock
- Language: C
- Homepage:
- Size: 9.23 MB
- Stars: 434
- Watchers: 2
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncmppGui
一个用C++编写的极速ncm转换工具。
从v1.2开始支持多线程解密。
多线程命令行版本见[Majjcom/ncmpp](https://github.com/Majjcom/ncmpp)。
## 使用方法
- 下载[Release](https://github.com/Majjcom/ncmppGui/releases/latest)中的软件包
- 使用压缩软件解压
- 运行`bin`目录下的`ncmppGui.exe`(此处失败,请安装同一目录下的`vc_redist.x64.exe`)
- 选择输出路径
- 拖入`ncm`文件
- 点击转换即可## 注意
本工具解密的歌曲文件可能会吞掉音乐的封面等元数据,可以使用工具`musictag`来补全音乐元数据。
`musictag`作者博客:[https://www.cnblogs.com/vinlxc/p/11347744.html](https://www.cnblogs.com/vinlxc/p/11347744.html)
开源docker网页版:[https://github.com/xhongc/music-tag-web](https://github.com/xhongc/music-tag-web)
## ✨✨Github访问慢的请看这里!!!✨✨
- 国内蓝奏云下载:
- [Majjcom/ncmppGui](https://majjcom.lanzouy.com/b01x26kxg)
- 密码:dr4s
## 😊😊现在,安卓设备也可以使用啦😃😃
下载Release中的APK包,安装使用。
使用方法与PC端基本一致。
注意,部分较新的安卓系统可能无法使用。
## 构建环境
Windows 11 22H2
GUI: Qt 5.15.11
kit: msvc2022_x64