Created
February 8, 2016 13:28
-
-
Save Ham5ter/ee20cc9f3e6af3d19c5d to your computer and use it in GitHub Desktop.
install spotify plugin for clementine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION="version14-64bit" | |
LIBSPOTIFY_VERSION="12.1.45" | |
#1. Create the folder where the plugin will be placed | |
mkdir -p ~/.config/Clementine/spotifyblob/$VERSION | |
#2. Download the plugin | |
cd ~/.config/Clementine/spotifyblob/$VERSION | |
wget http://spotify.clementine-player.org/$VERSION/blob | |
wget http://spotify.clementine-player.org/$VERSION/libspotify.so.$LIBSPOTIFY_VERSION | |
#3. Make sure the executable bit is set on the blob | |
chmod +x blob | |
#4. The blob was looking for libspotify.12, so we create a symlink | |
ln -s libspotify.so.$LIBSPOTIFY_VERSION libspotify.so.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update the first 2 lines in the above. Most recent version information is:
Once you have that, be aware that libspotify still needs libQTCore.so.4 which is obsolete. See Clementine Spotify plugin still needs libQTCore.so.4