Browse Source

edit readme

pull/16/head
Nzix 6 years ago
parent
commit
5d52d529b9
  1. 18
      README.md

18
README.md

@ -2,9 +2,9 @@
![shield](https://img.shields.io/badge/python-2.7%7C3.4+-blue.svg) ![shield](https://img.shields.io/badge/python-2.7%7C3.4+-blue.svg)
## 简介 ## About
感谢大佬的 [anonymous5l/ncmdump ](https://github.com/anonymous5l/ncmdump)项目,因好奇加密算法就用 python 移植了下。自测发现转换出来的媒体文件都已包含媒体信息(包括专辑封面),~~故未再实现原 repo 中的写 tag 操作~~,应 [issue #1](https://github.com/nondanee/ncmdump/issues/1) 要求补上了写 tag 操作。相比 C++ 实现,此版 python 实现慢不少 (瓶颈在异或操作),实用性不大,善用左上角搜索寻求其它版本。仅供学习交流,**请勿传播扩散**。 感谢大佬的 [anonymous5l/ncmdump](https://github.com/anonymous5l/ncmdump) 项目,因好奇加密算法就用 python 移植了下。仅供学习交流,**请勿传播扩散**。
## Fork ## Fork
@ -12,25 +12,25 @@
- [mnilzg/ncmdump](https://github.com/mnilzg/ncmdump): 使用 numpy 大幅提高性能 - [mnilzg/ncmdump](https://github.com/mnilzg/ncmdump): 使用 numpy 大幅提高性能
## 依赖 ## Dependency
``` ```
$ pip install pycryptodome mutagen $ pip install pycryptodome mutagen
``` ```
## 使用 ## Usage
### 指定文件 ### Specify files
``` ```
$ python ncmdump.py [files ...] $ python ncmdump.py [file ...]
``` ```
### 遍历工作目录 ### Traverse working directory
``` ```
$ python ncmdump.py $ python ncmdump.py
``` ```
### 更多选项 ### More options
``` ```
$ python app.py -h $ python app.py -h
usage: ncmdump [-h] [-f format] [-o output] [-d] [-c | -s] [input [input ...]] usage: ncmdump [-h] [-f format] [-o output] [-d] [-c | -s] [input [input ...]]
@ -47,5 +47,5 @@ optional arguments:
-s skip conversion if file exist -s skip conversion if file exist
``` ```
> 自定义命名参数: %artist%, %title%, %album% > supported name holder: %artist%, %title%, %album%

Loading…
Cancel
Save