keshavbhatt / spotify-qt

Lightweight Spotify client using Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Contributions are very welcome!

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
Other Snapcraft auto-build

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

Building yourself

Make sure you have Qt (5.12+/6.0+) with SVG support, CMake (3.5+) and various build tools like make, g++ and git. Keep in mind that the master branch is considered unstable at all times. Therefore, it's recommended to use the stable branch, which is updated after each new stable release, only including important bug fixes, unless you wanted to try out new features.

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

About

Lightweight Spotify client using Qt

License:GNU General Public License v3.0


Languages

Language:C++ 97.5%Language:SCSS 1.4%Language:CMake 1.1%