Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.3 KB

QQMusic QMC Decoder (convert QMC File to MP3 or FLAC)

LICENSE LICENSE

SUPPORT QMC3/QMC0/QMCFLAC, Faster

Release

binary executable file is released release

Build

  • for linux
mkdir build
cd build
cmake ..
make
  • for macOS
brew install boost cmake
mkdir build && cd build
cmake ..
make
  • for windows
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake

Convert

Put the execuatable file in your qmc file directory, then run the execuatable file.

For windows user, just click the decoder.exe when you put the decoder.exe into your qmc file directory, it will convert all qmc file automatically.

eXlSt1.gif

For mac user, double-click the decoder.command file, before you need to put the decoder.command and decoder files in the qmc music file directory.

EjHn9U.gif

  • Todo

support auto fetch albums

support auto fix music meta data