Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
2.67k stars 109 forks source link

Feature: Export to json #331

Open v411e opened 6 months ago

v411e commented 6 months ago

I think it would be cool to have the possibility to export all data from one Your Spotify instance into a json or other format which later can be imported into another Your Spotify instance.

This would make migration between different instances of Your Spotify very easy.

What do you think?

peterrus commented 4 months ago

This sounds great. I am currently using https://github.com/caseychu/spotify-backup/ to create a backup of all my liked song/albums/playlist in case I am ever locked out of my account. Having that functionality integrated into an application that is already automatically syncing from Spotify would be a welcome addition.

However, I have not yet used your_spotify extensively so I am merely making an uninformed guess here: I suppose we are syncing liked items into the local database? Because that would be a prerequisite for this functionality.