From 8f4912843aef8f9fd73f64110a985e7f785dc718 Mon Sep 17 00:00:00 2001 From: peterrus <1117858+peterrus@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:45:06 +0200 Subject: [PATCH] Make clear we're also exporting liked albums --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d905bb4..0d72c7e 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,10 @@ or, to get a JSON dump, use: 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 - 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.