caseychu / spotify-backup

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

Export liked albums in addition to liked songs #41

Closed peterrus closed 2 years ago

peterrus commented 2 years ago

Implements request from #19

peterrus commented 2 years ago

@AtomicNess123 If you feel like testing it out I am happy to know if it works for you!

AtomicNess123 commented 2 years ago

@AtomicNess123 If you feel like testing it out I am happy to know if it works for you!

I did but did not work :(

peterrus commented 2 years ago

@AtomicNess123 how did you call the script? The default (without parameters) does indeed not export the liked songs and albums. You have to call it like:

python spotify-backup.py playlists.txt --dump=liked,playlists

(or just with liked if you dont care about the playlists)

AtomicNess123 commented 2 years ago

Apologies, did not read the README.md for the syntax. It works!

peterrus commented 2 years ago

@caseychu Do you want to merge this or are you no longer actively working on this project anymore? In that case I can open the PR against an active fork.

caseychu commented 2 years ago

Thanks for the PR!