Package Details: spotify-qt 3.11-1

Git Clone URL: https://aur.archlinux.org/spotify-qt.git (read-only, click to copy)
Package Base: spotify-qt
Description: Lightweight Spotify client using Qt
Upstream URL: https://github.com/kraxarn/spotify-qt
Licenses: GPL3
Submitter: kraxarn
Maintainer: kraxarn
Last Packager: kraxarn
Votes: 23
Popularity: 0.140907
First Submitted: 2020-03-04 23:36 (UTC)
Last Updated: 2023-12-31 15:07 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

xavierbaez commented on 2023-03-15 16:25 (UTC)

I cannot login. I get : INVALID_CLIENT: Invalid redirect URI

alive commented on 2022-09-09 21:45 (UTC)

Hi, I noticed the build error I mentioned in my previous comment has been fixed, but as a result the -j flag has been removed entirely. Would you consider re-adding -j$(nproc) to the make command?

Without it, it takes excruciatingly long to build the package, even on latest-gen i7 processors.

alive commented on 2022-07-06 17:03 (UTC)

This fails to compile due to

make: the '-j' option requires a positive integer argument

The MAKEFLAGS variable is set to -j$ (nproc), which seems like a typo. Manually setting it to -j$(nproc) fixes it.

xuanruiqi commented on 2022-01-17 08:04 (UTC)

I think you need to turn lto off to get this to compile

Anonymo commented on 2021-09-02 18:18 (UTC) (edited on 2021-09-02 18:20 (UTC) by Anonymo)

How I got it working:

yay -S spotify-qt librespot
systemctl enable librespot.service
systemctl start librespot.service

Sign in to dashboard.spotify.com and create a new app. Set redirecturl to http://localhost:8888

in cmd, type spotify-qt

Enter ID and secret keys created in Spotify dashboard.

Go to Setttings > General.

librespot location: /usr/bin/librespot. I selected Start with app and Always start. Then clicked on Start Client button.

Go to Configurations Tab and enter Username. Select desired quality and left backend as Auto. Save password in keyring and Enable discovery is selected. it will ask for Spotify password once you hit Apply.

kraxarn commented on 2021-07-18 08:59 (UTC)

Any architecture that supports Qt should work fine, I just set it to x86_64 and kind of forgot about it. I'll make sure to change it for the next release.

kirfkin commented on 2021-06-24 23:33 (UTC)

It's worth noting that I have had success building this package on the PineBook Pro running Manjaro ARM.

I simply had to add (or change) the 'arch' to include 'aarch64'

@Kraxarn, I don't know what it'd take for you to include that as a supported architecture (e.g. level of support and testing) but I'm sure that there's other PineBook Pro/ Manjaro ARM users would appreciate a usable Spotify client.

kraxarn commented on 2020-03-19 14:20 (UTC)

It works with any Spotify playback client, but due to the integration with spotifyd, it should probably be an optional dependency, I agree.

mirh commented on 2020-03-19 14:14 (UTC)

Spotifyd should be a dependency I suppose?