Skip to content

bytetopia/decode_ncm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

decode_ncm

Decode *.ncm file (NetEase Cloud Music format)

Install requirements:

pip install pycrypto

Usage:

  1. Decode single file.
python decode.py file_name
  1. Decode all *.ncm files in a folder.
python batch_decode.py input_path

This will create a sub folder named "dumps" under input path.

  1. Decode all *.ncm files in a folder and its sub folders.
python batch_decode_with_subfolder.py input_path output_path

This will decode all .ncm files under input_path and its 1st level subfolder, and output will be under output_path with the same sub folder hierarchy. And it will also copy .flac and .mp3 files under input_path to output folder.

About

Decode *.ncm file (NetEase Cloud Music format)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages