A set of well crafted music playlists is something invaluable you don't want to loose. A playlist can easily be deleted or you may want to move to another music service. To alleviate the uncertainties of the future this program can be used to automate backups (ideal with e.g. cron) of all your Spotify playlist to files on disk.
This product uses Music by Spotify but is not endorsed, certified or otherwise approved in any way by Spotify. Spotify is the registered trade mark of the Spotify Group.
The installation procedure is simple. The only special thing is that you need to replace the dummy Spotify appkey with your own.
$ git clone https://github.com/erikw/exsportify && cd $(basename "$_" .git)
$ cp path/to/your/downloaded/spotify/appkey.c src/appkey.c
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
The program can be uninstalled if the build directory is kept (or rebuilt)
$ cd exsportify/build
$ sudo make uninstall
- cmake >=
v2.6
- boost >=
v1.50
- libspotify >=
v12.1.51
- Spotify Premium & downloaded personal application key.
Apparently libspotify is deprecated now :-(