Skip to content

Instantly share code, notes, and snippets.

@Ham5ter
Created February 8, 2016 13:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ham5ter/ee20cc9f3e6af3d19c5d to your computer and use it in GitHub Desktop.
Save Ham5ter/ee20cc9f3e6af3d19c5d to your computer and use it in GitHub Desktop.
install spotify plugin for clementine
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
Copy link

ghost commented Mar 18, 2020

Thanks!

@juslog1
Copy link

juslog1 commented Jun 1, 2020

This might be a silly simple question. I had done the process as you mentioned above. Now I open my Clementine and find the problem is still there. It asks me to download Spotify blob. I tried downloading and running "install_spotify_plugin_for_clementine.sh" but the terminal says "command not found". Can you please help me out? Thanks.

@KeyboardInterrupt
Copy link

(Ham5ter here), I am sorry. I no longer use clementine, as this thing is 4 Years old, things around Spotify support might have changed ? I don't know, sorry ^^.

@juslog1
Copy link

juslog1 commented Jun 3, 2020

Thanks for the reply.

@gbrauen
Copy link

gbrauen commented Jul 17, 2020

Update the first 2 lines in the above. Most recent version information is:

VERSION="version16-64bit"
LIBSPOTIFY_VERSION="12.1.51"

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment