watsonbox / exportify

Export/Backup Spotify playlists using the Web API
https://exportify.app/
MIT License
3.08k stars 431 forks source link

Exporting all playlists with same names #157

Closed morganbarrett closed 4 weeks ago

morganbarrett commented 5 months ago

Exporting all playlists with multiple playlists of the same name, will only export one of the playlists, it should export all of them. This seems to be because the exported zip contains files named after the playlists, I propose adding some sort of id (playlist id, or just an incrementing number) to differentiate playlists of the same name.

watsonbox commented 4 weeks ago