Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.7 KB

exsportify - Spotify Playlist Exporter

License SLOC Top programming languages used

logo

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.

How to build

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

Requirements

Status

Apparently libspotify is deprecated now :-(