Skip to content

hypengw/Qcm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Qcm

Qt client for netease cloud music.
Currently linux only.

Download:

Download on Flathub

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)

About

Qt client for netease cloud music

Resources

License

Stars

Watchers

Forks

Releases

No releases published