exportify icon indicating copy to clipboard operation
exportify copied to clipboard

Exporting liked songs

Open pitastrudl opened this issue 5 years ago • 7 comments

Hi, I didnt find in the output a csv with my liked songs, is this supported? Is there any limitation in the API for this?

pitastrudl avatar Jun 12 '20 14:06 pitastrudl

Last I knew, spotify treats your liked songs differently. They're not a playlist. Feel free to dig around the web API for an elegant way to query for such songs and to make them a line in the table. Better yet, code it and open a pull request. I believe I removed this from the original code because the capability was broken for any reasonably large number of liked songs, and it really felt like an inelegant addendum in the code, and I didn't like having to treat liked songs differently.

If you are desperate to export liked songs, you can always create a playlist, add all liked songs to it, export that, and then delete the temporary playlist.

pavelkomarov avatar Jun 12 '20 14:06 pavelkomarov

Thanks for the quick reply. I solved it by exporting the liked songs to a playlist. Short term solution.

pitastrudl avatar Jun 12 '20 14:06 pitastrudl

You're welcome. I'll leave this issue open because it should maybe be addressed, but I'm unlikely to get to it in any reasonable amount of time.

pavelkomarov avatar Jun 12 '20 14:06 pavelkomarov

This issue has been solved in https://github.com/caseychu/spotify-backup. It shouldn't be to hard to port it here. I'll take a stab at a PR this weekend.

lamorton avatar Oct 15 '20 17:10 lamorton

Let me know if you need any help interpreting my javascript.

pavelkomarov avatar Oct 15 '20 20:10 pavelkomarov

Will this issue be solved in this century?

dkipkaev avatar Nov 07 '21 04:11 dkipkaev

I'm not actively updating this repo, but I'm happy to take and review a pull request.

pavelkomarov avatar Dec 03 '21 22:12 pavelkomarov