This directory contains pre-compiled binaries for Spotify support in Clementine on Linux. libspotify is closed source so we can't distribute it with the packages we create for Linux distributions. Instead Clementine will download these pre-compiled binaries at runtime the first time you try to use Spotify. How to install -------------- You don't have to do anything manually - just open the Spotify tab in Clementine's settings and click the "Download" button. This will download "blob" and the latest "libspotify.so" file, placing them in: ~/.config/Clementine/spotifyblob Signatures ---------- These files are signed using DES/SHA1 to protect against MITM attacks and compromises of this server. Clementine will download the ".sha1" files and verify the signatures before saving anything. To verify the signatures yourself use the public key either from this directory or the copy distributed with the Clementine source code: openssl dgst -sha512 -verify clementine-spotify-public.pem -signature blob.sha512 blob Signing binaries (for developers only) -------------------------------------- openssl dgst -sha512 -sign clementine-spotify-private.pem -out blob.sha512 blob