Merge 8f4912843a
into 0ccf12c9c7
commit
c2bcc16b16
|
@ -13,11 +13,10 @@ or, to get a JSON dump, use:
|
||||||
|
|
||||||
python spotify-backup.py playlists.json --format=json
|
python spotify-backup.py playlists.json --format=json
|
||||||
|
|
||||||
By default, it includes your playlists. To include your Liked Songs, you can use:
|
By default, it just exports your playlists. To include your liked songs and albums, you can use:
|
||||||
|
|
||||||
python spotify-backup.py playlists.txt --dump=liked,playlists
|
python spotify-backup.py playlists.txt --dump=liked,playlists
|
||||||
|
|
||||||
|
|
||||||
If for some reason the browser-based authorization flow doesn't work, you can also [generate an OAuth token](https://developer.spotify.com/web-api/console/get-playlists/) on the developer site (with the `playlist-read-private` permission) and pass it with the `--token` option.
|
If for some reason the browser-based authorization flow doesn't work, you can also [generate an OAuth token](https://developer.spotify.com/web-api/console/get-playlists/) on the developer site (with the `playlist-read-private` permission) and pass it with the `--token` option.
|
||||||
|
|
||||||
Collaborative playlists and playlist folders don't show up in the API, sadly.
|
Collaborative playlists and playlist folders don't show up in the API, sadly.
|
||||||
|
|
Loading…
Reference in New Issue