Code Monkey home page Code Monkey logo

qmc-decoder's Introduction

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

LICENSE LICENSE

Build Binary

SUPPORT QMC3/QMC0/QMCFLAC, Faster

MUSIC FILE TAG FIX, CAN TRY THIS SOFTWARE

Tag Editor

Release

binary executable file is released release

Build

  • 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

Convert

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.

EjHn9U.gif

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.

tW1w7D.gif

  • Todo

support auto fetch albums

support auto fix music meta data

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.