mkmark / ncmc

Convert encrypted ncm file to original music file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncmc · License: MIT

forked from magic-akari/ncmc

Replace comments value with the original 163 key so songs can be recognized correctly by cloudmusic clients.

How do I get it?

git clone https://github.com/mkmark/ncmc.git

If you don’t have cargo, install it following

https://rustup.rs.

Compile

cargo build

How do I use it?

Convert all ncm files in current directory

ncmc

Use with a path

ncmc some/path/contains/ncm/files

Use with file list

ncmc 1.ncm ../2.ncm /path/to/3.ncm

Or simply drag ".ncm" file(s) upon excutable (if you are in Windows)


Thanks:

magic-akari / ncmc

anonymous5l / ncmdump

About

Convert encrypted ncm file to original music file

License:MIT License


Languages

Language:Rust 80.2%Language:Shell 16.2%Language:PowerShell 3.6%