All Projects → nondanee → Ncmdump

nondanee / Ncmdump

Licence: mit
python版本网易云音乐ncm文件格式转换

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ncmdump

netease-music-crx
浏览器插件版网易云音乐
Stars: ✭ 110 (-85.37%)
Mutual labels:  netease-cloud-music
Simple Netease Cloud Music
🎵A simple netease music api lib. 简单、统一、轻巧的 Node.js 版网易云音乐 API
Stars: ✭ 268 (-64.36%)
Mutual labels:  netease-cloud-music
Netmusic Node
网易云音乐接口
Stars: ✭ 468 (-37.77%)
Mutual labels:  netease-cloud-music
musicfox
Dart编写的网易云音乐命令行程序。
Stars: ✭ 23 (-96.94%)
Mutual labels:  netease-cloud-music
Electron Netease Cloud Music
UNOFFICIAL client for music.163.com. Powered by Electron and Vue
Stars: ✭ 257 (-65.82%)
Mutual labels:  netease-cloud-music
Tonzhon Music
将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!
Stars: ✭ 257 (-65.82%)
Mutual labels:  netease-cloud-music
NetEase-Cloud-Music-DiscordRPC
在Discord上显示网抑云/QQ音乐. Enables Discord Rich Presence For Netease Cloud Music/Tencent QQ Music.
Stars: ✭ 49 (-93.48%)
Mutual labels:  netease-cloud-music
Musicdl
A lightweight music downloader written by pure python.
Stars: ✭ 641 (-14.76%)
Mutual labels:  netease-cloud-music
Spider For Netease Music
抓取网易云音乐上所有歌曲的评论数量,并整理数据打造一个前端展示页面
Stars: ✭ 268 (-64.36%)
Mutual labels:  netease-cloud-music
Netease Dl
netease music download tool
Stars: ✭ 425 (-43.48%)
Mutual labels:  netease-cloud-music
ncma
网易云音乐数据接口
Stars: ✭ 19 (-97.47%)
Mutual labels:  netease-cloud-music
Yun Playlist Downloader
网易云音乐 - 歌单/专辑/电台 - 下载器
Stars: ✭ 256 (-65.96%)
Mutual labels:  netease-cloud-music
Glee
也是个网易云第三方😶
Stars: ✭ 345 (-54.12%)
Mutual labels:  netease-cloud-music
NeteaseApi
网易云音乐 api(第三方)
Stars: ✭ 13 (-98.27%)
Mutual labels:  netease-cloud-music
Cloudreader
🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端
Stars: ✭ 4,611 (+513.16%)
Mutual labels:  netease-cloud-music
AutoCloudSign
百度贴吧、哔哩哔哩、毕方、网易云音乐 云签到
Stars: ✭ 24 (-96.81%)
Mutual labels:  netease-cloud-music
Netease Music Tui
netease cloud music terminal client by rust ⚡️
Stars: ✭ 276 (-63.3%)
Mutual labels:  netease-cloud-music
Music Get
【停止维护】只需一步,下载你喜欢的音乐到本地
Stars: ✭ 683 (-9.18%)
Mutual labels:  netease-cloud-music
Mxget
优雅的一站式音乐搜索、下载试听服务,支持国内所有音乐平台
Stars: ✭ 556 (-26.06%)
Mutual labels:  netease-cloud-music
Netease Music Cracker
🎵 将可下载的网易云音乐的缓存文件转换为 MP3 文件
Stars: ✭ 373 (-50.4%)
Mutual labels:  netease-cloud-music

Netease Cloud Music Copyright Protection File Dump

shield

Credit

Origin

Fork

Contributor

Dependency

$ pip install pycryptodome mutagen

Install

$ pip install git+https://github.com/nondanee/ncmdump.git

Usage

Execute

$ ncmdump -h # equivalent to "python ncmdump/app.py -h" and "python -m ncmdump.app -h"
usage: ncmdump [-h] [-f format] [-o output] [-d] [-c | -r] [input [input ...]]

positional arguments:
  input      ncm file or folder path

optional arguments:
  -h         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
  -r         auto rename if file name conflicts

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

Import

from ncmdump import dump
def dump(input_path, output_path = None, skip = True):
    '''
    args:
        input_path: a string of input file path
        output_path: a string of output file path or a naming function
        skip: a boolean controls conversion skipping when output file exists

    returns:
        a string of output file path or none if conversion is skipped
    '''
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].