Advertisement
Guest User

Install Spotify Plugin for Clementine

a guest
Dec 24th, 2013
2,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 1. Create the folder where the plugin will be placed
  2.  
  3. mkdir -p ~/.config/Clementine/spotifyblob/version14-64bit
  4.  
  5. 2. Download the plugin
  6.  
  7. cd ~/.config/Clementine/spotifyblob/version14-64bit
  8. wget http://spotify.clementine-player.org/version14-64bit/blob
  9. wget http://spotify.clementine-player.org/version14-64bit/libspotify.so.12.1.45
  10.  
  11. 3. Make sure the executable bit is set on the blob
  12.  
  13. chmod +x blob
  14.  
  15. 4. The blob was looking for libspotify.12, so we create a symlink
  16.  
  17. ln -s libspotify.so.12.1.45 libspotify.so.12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement