Difference between revisions of "Spotify/en"
Views
Actions
Namespaces
Variants
Tools
(Updating to match new version of source page) |
(Updating to match new version of source page) Tags: Mobile web edit Mobile edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
==Installing from the Arch User Respository(AUR)== | ==Installing from the Arch User Respository(AUR)== | ||
Spotify can be installed from the [[Arch User Repository|AUR]] using your favorite package manager or the command: | |||
pamac build spotify | pamac build spotify | ||
Line 24: | Line 24: | ||
If you have [[Flatpak|flatpak]] installed you can install Spotify with: | If you have [[Flatpak|flatpak]] installed you can install Spotify with: | ||
flatpak install spotify | flatpak install spotify | ||
Line 52: | Line 46: | ||
== PGP signatures could not be verified == | == PGP signatures could not be verified == | ||
Import the public key with | Import the public key with | ||
curl -sS https://download.spotify.com/debian/ | curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import - | ||
then try installing it again | then try installing it again | ||
pamac build spotify | pamac build spotify | ||
== Blank Spotify or x-window == | |||
the error in the terminal should look like this | |||
"spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)" | |||
to fix this | |||
just delete the spotify folder in your /home/<yourusername>/.config/ directory | |||
=See Also= | =See Also= | ||
[https://aur.archlinux.org/packages/spotify/ AUR:spotify] | [https://aur.archlinux.org/packages/spotify/ AUR:spotify] | ||
[ | |||
[https://community.spotify.com/ The Spotify Community] | |||
[[Category:Contents Page{{#translation:}}]] | [[Category:Contents Page{{#translation:}}]] |
Latest revision as of 06:03, 6 February 2023
Spotify is a commercial music streaming service providing digital rights management-restricted content from record labels including Sony, EMI, Warner Music Group and Universal.
Spotify operates under a freemium model (basic services are free, while additional features are offered via paid subscriptions). Spotify makes its revenues by selling premium streaming subscriptions to users and advertising placements to third parties.
Installing Spotify
Spotify can be installed via a variety of methods based on your personal preferences.
Installing from the Arch User Respository(AUR)
Spotify can be installed from the AUR using your favorite package manager or the command:
pamac build spotify
Installing as Flatpak Application
If you have flatpak installed you can install Spotify with:
flatpak install spotify
Tips & Tricks
Manual configuration of media keys
If your system does not detect the media keys, their names are (in order) XF86AudioPlay, XF86AudioStop, XF86AudioNext, XF86AudioPrevious
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
Opening Links from Spotify
Spotify may fail to open links (e.g. for password reset or login via Facebook). To fix this, install xdg-desktop-portal-gtk via:
pamac install xdg-desktop-portal-gtk
PGP signatures could not be verified
Import the public key with
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import -
then try installing it again
pamac build spotify
Blank Spotify or x-window
the error in the terminal should look like this
"spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)"
to fix this
just delete the spotify folder in your /home/<yourusername>/.config/ directory