Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Presburger/qmc-decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Presburger committed Apr 17, 2019
2 parents 1438e25 + 76f0757 commit d2b6ff8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

转化QQ Music QMC to MP3 or FLAC

* binary executable file for windows, mac and linux is prepared in release

* binary executable file for windows, mac and linux is prepared in
[release](https://github.com/Presburger/qmc-decoder/releases)


* build

```
Expand All @@ -27,3 +27,7 @@ cd build
```
find <qmc file dir> -type f -name "*.qmc*" -print0 | xargs -0 ./decoder
```
* todo

support auto fetch albums
support auto fix music meta data

0 comments on commit d2b6ff8

Please sign in to comment.