First, add some utilities:
- sudo easy_install pip
- sudo pip install soco
Then pull the spl master from GitHub, located at the following location:
Once installed you can run playlist backups with either of the following commands
- ./spl.py -x MYPLAYLIST
- this will export a specific playlist
- ./spl.py -X
- this will export all playlists
The utility exports XML files (one per playlist), with each track listed by name along with its associated location.
No comments:
Post a Comment