Difference between revisions of "Spotify"
Views
Actions
Namespaces
Variants
Tools
m (added languages and translate tags) |
(Marked this version for translation) |
||
Line 5: | Line 5: | ||
[[File:250px-Spotify.svg.png|center]] | [[File:250px-Spotify.svg.png|center]] | ||
<translate> | <translate> | ||
<!--T:1--> | |||
[http://en.wikipedia.org/wiki/Spotify Spotify] is a commercial music streaming service providing digital rights management-restricted content from record labels including Sony, EMI, Warner Music Group and Universal. | [http://en.wikipedia.org/wiki/Spotify Spotify] is a commercial music streaming service providing digital rights management-restricted content from record labels including Sony, EMI, Warner Music Group and Universal. | ||
<!--T:2--> | |||
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. | 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= | =Installing Spotify= <!--T:3--> | ||
<!--T:4--> | |||
Spotify can be installed via a variety of methods based on your personal preferences. | Spotify can be installed via a variety of methods based on your personal preferences. | ||
==Installing from the Arch User Respository(AUR)== | ==Installing from the Arch User Respository(AUR)== <!--T:5--> | ||
<!--T:6--> | |||
To install Spotify from the [[Arch User Repository|AUR]] using your favorite package manager or the command: | To install Spotify from the [[Arch User Repository|AUR]] using your favorite package manager or the command: | ||
pamac build spotify | pamac build spotify | ||
==Installing as Flatpak Application== | ==Installing as Flatpak Application== <!--T:7--> | ||
<!--T:8--> | |||
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 | ||
== Installing as a Snap == | == Installing as a Snap == <!--T:9--> | ||
<!--T:10--> | |||
If you have [[Snaps|snapd]] installed you can install Spotify with: | If you have [[Snaps|snapd]] installed you can install Spotify with: | ||
snap install spotify | snap install spotify | ||
=Tips & Tricks= | =Tips & Tricks= <!--T:11--> | ||
==Manual configuration of media keys== | ==Manual configuration of media keys== <!--T:12--> | ||
<!--T:13--> | |||
If your system does not detect the media keys, their names are (in order) XF86AudioPlay, XF86AudioStop, XF86AudioNext, XF86AudioPrevious | 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 | <!--T:14--> | ||
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.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.Next | ||
Line 46: | Line 54: | ||
==Opening Links from Spotify== | ==Opening Links from Spotify== <!--T:15--> | ||
Spotify may fail to open links (e.g. for password reset or login via Facebook). To fix this, install '''xdg-desktop-portal-gtk''' via: | 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 | pamac install xdg-desktop-portal-gtk | ||
== PGP signatures could not be verified == | == PGP signatures could not be verified == <!--T:16--> | ||
Import the public key with | Import the public key with | ||
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import - | curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import - | ||
Line 57: | Line 65: | ||
pamac build spotify | pamac build spotify | ||
=See Also= | =See Also= <!--T:17--> | ||
<!--T:18--> | |||
[https://aur.archlinux.org/packages/spotify/ AUR:spotify] | [https://aur.archlinux.org/packages/spotify/ AUR:spotify] | ||
[http://spotify-forum.com/ The Spotify Community] | [http://spotify-forum.com/ The Spotify Community] |
Revision as of 18:48, 7 September 2021
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)
To install Spotify 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
Installing as a Snap
If you have snapd installed you can install Spotify with:
snap 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_0D811D58.gpg | gpg --import - then try installing it again
pamac build spotify