Manjaro Difference between revisions of "Spotify"

Difference between revisions of "Spotify"

From Manjaro
imported>FadeMind
(Created page with "= Installing Spotify from AUR = In a terminal, run the following command: yaourt -S openssl098 yaourt -S spotify yaourt -S spotify-gnome-git sudo ln -s /usr/lib/libns...")
 
(Marked this version for translation)
 
(31 intermediate revisions by 12 users not shown)
Line 1: Line 1:
= Installing Spotify from AUR =
<languages/>
__TOC__


In a terminal, run the following command:


yaourt -S openssl098
[[File:250px-Spotify.svg.png|center]]
<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.


yaourt -S spotify
<!--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.


yaourt -S spotify-gnome-git


sudo ln -s /usr/lib/libnss3.so /usr/lib/libnss3.so.1d
=Installing Spotify= <!--T:3-->
sudo ln -s /usr/lib/libnssutil3.so /usr/lib/libnssutil3.so.1d
sudo ln -s /usr/lib/libsmime3.so /usr/lib/libsmime3.so.1d
sudo ln -s /usr/lib/libssl3.so /usr/lib/libssl3.so.1d
sudo ln -s /usr/lib/libplds4.so /usr/lib/libplds4.so.0d
sudo ln -s /usr/lib/libplc4.so /usr/lib/libplc4.so.0d
sudo ln -s /usr/lib/libnspr4.so /usr/lib/libnspr4.so.0d
sudo ln -s /usr/lib/libudev.so /usr/lib/libudev.so.0


[[File:Spotify_01.png|900px|thumb|center|Proper working Spotify Client]]
<!--T:4-->
Spotify can be installed via a variety of methods based on your personal preferences.




=Support=
==Installing from the Arch User Respository(AUR)== <!--T:5-->


[http://forum.manjaro.org/index.php Manjaro Community]
<!--T:6-->
Spotify can be installed from the [[Arch User Repository|AUR]] using your favorite package manager or the command:
pamac build spotify


[http://spotify-forum.com/ Spotify Community]


==Installing as Flatpak Application== <!--T:7-->


=See Also=
<!--T:8-->
If you have [[Flatpak|flatpak]] installed you can install Spotify with:
flatpak install spotify


[https://aur.archlinux.org/packages/spotify/ AUR:spotify]


[https://aur.archlinux.org/packages/openssl098 AUR:openssl098]
=Tips & Tricks= <!--T:11-->
 
 
==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
 
<!--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.Next
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
 
 
==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:
pamac install xdg-desktop-portal-gtk
 
 
== PGP signatures could not be verified == <!--T:16-->
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 == <!--T:17-->
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


[https://aur.archlinux.org/packages/spotify-gnome-git/ AUR:spotify-gnome-git]
=See Also= <!--T:18-->


[http://spotify-forum.com/ The Spotify Community]
<!--T:19-->
[https://aur.archlinux.org/packages/spotify/ AUR:spotify]


<!--T:20-->
[https://community.spotify.com/ The Spotify Community]
</translate>


[[Category:Contents Page]]
[[Category:Contents Page{{#translation:}}]]

Latest revision as of 06:03, 6 February 2023

Other languages:
English • ‎русский • ‎עברית • ‎فارسی


250px-Spotify.svg.png

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

See Also

AUR:spotify

The Spotify Community

Cookies help us deliver our services. By using our services, you agree to our use of cookies.