Qcm
Qt client for netease cloud music.
Currently linux only.
Download:
Require:
- Qt 6.4 (quick, multimedia, dbus)
- C++ 20
- Openssl 3
- Curl
Build:
git clone https://github.com/hypengw/Qcm.git
git submodule update --init
mkdir build && cd build
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
ninja
./app/QcmApp
Todo:
- playing page
- search page
- sidebar popup
- sql api cache
- audio cache using http proxy(AndroidVideoCache)
- cache limit
- sql cache
- mpris
- api
- json
- http lib(libcurl)

