caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

SAVED songs and albums #19

Closed AtomicNess123 closed 2 years ago

AtomicNess123 commented 4 years ago

Does this script also save the "SAVED" albums and tracks thereof? Thanks!

Sogolumbo commented 4 years ago

Currently it does not save those. There are two pull requests (#21 #24) that return the saved tracks but not the saved albums.

IR13s commented 2 years ago

https://developer.spotify.com/documentation/web-api/reference/#/operations/get-users-saved-albums

maybe this helps.

peterrus commented 2 years ago

Hi, I implemented this in https://github.com/caseychu/spotify-backup/pull/41

AtomicNess123 commented 2 years ago

Is it accesible via git clone already? I don't see it updated.

peterrus commented 2 years ago

@AtomicNess123 You should be able to check it out using:

git clone https://github.com/peterrus/spotify-backup.git
cd spotify-backup
git checkout feature/liked-albums

until @caseychu merges this PR into the main repo.

AtomicNess123 commented 2 years ago

It did not work. I did not save my LIKED songs.