These curators should have popular playlists too. Not all curators who allow free submission have enough following. Here is a comprehensive list of top Spotify playlist curators you can submit for free. Top 15 Spotify Playlist Curators for Free Submission. Indiemono is one of the first independent curators on Spotify. Click TRY PREMIUM FREE or GET PREMIUM. If you haven’t yet used your 30-day free trial version of Spotify, the green button near the top of the page will say TRY PREMIUM FREE. If you’ve already used your trial and have reverted to a free account, click GET PREMIUM. You’ll have to enter credit card details for your free trial. Spotify free users is able to access more than 50 million Spotify songs as the premium subscribers, but are denied of the access to high quality audio streams and play Spotify songs offline. And although Spotify premium user can play Spotify songs offline, it doesn’t mean that the paid users can download them to local computer.
Get the latest stable version of Clementine for your operating system.
1.3.1Windows
32-bit
Downloads for other operating systems
1.3.1Debian Jessie
64-bit
1.3.1Debian Jessie
32-bit
1.3.1Raspberry Pi
32-bit
1.3.1Fedora 21
32-bit
Clementine Spotify Free App
1.3.1Fedora 21
64-bit
1.3.1Fedora 22
32-bit
1.3.1Fedora 22
64-bit
1.3.1Fedora 23
32-bit
1.3.1Fedora 23
64-bit
1.3.1Mac
64-bit
1.3.1Source Code
1.3.1Ubuntu Precise
64-bit
1.3.1Ubuntu Precise
32-bit
1.3.1Ubuntu Trusty
64-bit
1.3.1Ubuntu Trusty
32-bit
1.3.1Ubuntu Vivid
64-bit
1.3.1Ubuntu Vivid
32-bit
1.3.1Ubuntu Wily
64-bit
1.3.1Ubuntu Wily
32-bit
1.3.1Ubuntu Xenial
64-bit
1.3.1Ubuntu Xenial
32-bit
1.3.1Windows
32-bit
Ubuntu PPA
You can download the latest version of Clementine on Ubuntu from the official PPA:
Dependencies for Ubuntu Precise (12.04)
New versions of Clementine require GStreamer 1.0 which wasn't included in Ubuntu 12.04. If you get errors installing Clementine you should add the GStreamer PPA as well:
Clementine Remote for Android
Unofficial packages
If you don't see your distribution listed above then someone else might have created an unofficial package for you.
Compiling from source
Compiling Clementine from source is easy on Linux.Download the source code package from the list above, and in a terminal window:
Bleeding edge packages
Development on Clementine happens inthe git repository.Check out the code by running:
If you'd prefer not to compile the development version yourself then try one of the hourly packages:
There's also an Ubuntu PPA for these development builds:
Notes
Raspberry Pi is a trademark of the Raspberry Pi FoundationVERSION='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 |
commented Mar 18, 2020
Clementine Spotify Free Download
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. |
commented Jun 1, 2020
(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 ^^. |
commented Jun 3, 2020
commented Jul 17, 2020
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 |