python版本网易云音乐ncm文件格式转换(mirror from https://github.com/nondanee/ncmdump)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nzix 9ec9d4d37b edit readme 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md edit readme 6 years ago
app.py little modification 6 years ago
ncmdump.py much faster :) 6 years ago
requirements.txt drop dependency version 6 years ago

README.md

Netease Cloud Music Copyright Protection File Dump

shield

Thank

Fork

Dependency

$ pip install pycryptodome mutagen

Usage

Specify files

$ python ncmdump.py [file ...]

Traverse working directory

$ python ncmdump.py

More options

$ python app.py -h
usage: ncmdump [-h] [-f format] [-o output] [-d] [-c | -s] [input [input ...]]

positional arguments:
  input       ncm file or folder path

optional arguments:
  -h, --help  show this help message and exit
  -f format   customize naming format
  -o output   customize saving folder
  -d          delete source after conversion
  -c          overwrite file with the same name
  -s          skip conversion if file exist

Supported name holder: %artist%, %title%, %album%