SUPPORT QMC3/QMC0/QMCFLAC, Faster
binary executable file is released release
- for linux
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build
cd build
cmake ..
make
- for macOS
# install cmake
brew install cmake
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build && cd build
cmake ..
make
- for windows
# PowerShell, please install MSVC compiler and Git with environment variables configured
# or in x86 or x64 Native Tools Command Prompt for VS 2019
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build
cd build
cmake -G "NMake Makefiles" .. -DCMAKE_BUILD_TYPE=Release
nmake
Run the following command from terminal:
qmc-decoder /PATH/TO/SONG
Or:
Put the execuatable file in the directory that contains the qmc music files. Run the execuatable.
For macOS users, put the decoder.command
and qmc-decoder
files in the directory that contains the qmc music files. Double-clike on the decoder.command
file.
For windows user, just click the decoder-win.exe
when you put the decoder-win.exe
into your qmc file directory, it will convert all qmc file automatically.
- Todo
support auto fetch albums
support auto fix music meta data