Spotify Migrator is an application to help you transfer your data from an account to another account or to split your liked songs into multiples.
I never found an online service who did what I wanted, so I made this.
Table of Contents
- Transfer your liked songs in order from one account to another
- Transfer your playlists followed from one account to another
- Create a copy of your private playlists from one account to another
- Split your liked songs into multiple playlists
- A Browser
To use this app you will need to create an app on the Spotify Developer Website
- Click on Create app
- Add
http://localhost:5009/api/Spotify
as Redirect URI
- Click on Settings
- Go to User Management and add the email of the other account you are not currently logged in (new or old) to give it access to the application.
First we need to add the settings client side.
- Download the Release from here: https://github.com/JustSxm/SpotifyMigrator/releases/download/v3/publish.zip
- Open
wwwroot/appsettings.json
- Put the Client Id of the application you just created (found in Basic Information)
- If you are using the application for migrating your liked songs into multiple playlists, put the id of a playlist where all the songs migrated will be put (That was pretty much made for me, If you dont need it just create a temporary playlist and delete it after using the application)
- Save and exit
Second we need to add the settings server side.
- Open
appsettings.json
- Put the Client Id & Client Secret of the application you just created (found in Basic Information)
run
SpotifyMigrator.Server.exe
Then visit localhost:3000 on your browser.
- You will need dotnet installed to run the application.
execute dotnet SpotifyMigrator.Server.dll
in the command line
Then visit localhost:3000 on your browser.
GPL
- Add you to your collaborative playlists
- Mark your collaborative playlist as collaborative instead of only public/private
- Save Podcasts