Skip to content

sspanak/spotify-qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-qt with breeze dark

Build Status

A Spotify client using Qt as a simpler, lighter alternative to the official client, inspired by spotify-tui. Much like spotify-tui, you need an actual Spotify client running, for example spotifyd, which can be configured from within the app. Also like other clients, controlling music playback requires Spotify Premium.

Check out the spotify-qt-quick repo if you're interested in a Qt Quick UI.

Supported platforms

Tested: Linux, Windows

Supported: macOS, *BSD, Haiku, any platform officially supported by Qt

Installing

spotify-qt is available from some package managers. If there are any package issues, or the version is out of date, contact the respective package maintainers, not me, unless I'm the package maintainer. If you want to maintain the package on a system not in the list below, you are very much free to. Just please open an issue, or get in contact with me, so I can add it to the list.

Platform Package Maintainer
Arch (or Arch-based) AUR kraxarn
Haiku HaikuPorts Begasus
NetBSD pkgsrc voidpin
FreeBSD FreeBSD Ports ehaupt

You can also get it as a snap, or just run snap install spotify-qt, if that's your thing.

Building from Git

Make sure you have Qt (5.12+/6.0+), CMake (3.5+) and various build tools like make, g++ and git.

git clone https://github.com/kraxarn/spotify-qt.git
cd spotify-qt
mkdir build
cd build
cmake ..
make
./spotify-qt

About

Lightweight Spotify client using Qt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.8%
  • CMake 1.2%