Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luanxuechao/qn-decode
qmcflac、qmc0、qmc3、ncm to mp3|flac
https://github.com/luanxuechao/qn-decode
mp3 ncm qmc0 qmc3 qmcflac
Last synced: 14 days ago
JSON representation
qmcflac、qmc0、qmc3、ncm to mp3|flac
- Host: GitHub
- URL: https://github.com/luanxuechao/qn-decode
- Owner: luanxuechao
- License: apache-2.0
- Created: 2020-08-10T03:38:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T05:12:44.000Z (about 4 years ago)
- Last Synced: 2024-08-01T19:32:24.963Z (3 months ago)
- Topics: mp3, ncm, qmc0, qmc3, qmcflac
- Language: Go
- Homepage:
- Size: 17.7 MB
- Stars: 36
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## qn-decode
A command tool for transfering `qmcflac`|`qmc0`|`qmc3`|`ncm` to `mp3` or `flac`.The repo is used for learning, if there is any infringement, please contact the author to delete
## Installing
### Homebrew
```
$ brew tap luanxuechao/tools
$ brew install qn-decode
```### GO
Using `qn-decode` is easy. First, use go get to install the latest version of the library. This command will install the `qn-decode` generator executable along with the library and its dependencies:
```
go get github.com/luanxuechao/qn-decode
```## Usage
```
A command tool for transfering 'qmcflac'
|'qmc0'|'qmc3'|'ncm' to 'mp3' or 'flac'.Usage:
qn-decode [command]Available Commands:
decode decode music file
help Help about any command
version Print the version number of qn-decodeFlags:
--config string config file (default is $HOME/.qn-decode.yaml)
-h, --help help for qn-decode
-t, --toggle Help message for toggleUse "qn-decode [command] --help" for more information about a command.
```### Reference
- https://github.com/MBearo/qmcdump
- https://github.com/yoki123/ncmdump
### Example
```
$ decode -d /Users/xuechaoluan/Downloads
```
```
$ decode -f /Users/xuechaoluan/Downloads/xxxx.qmc3
```