Skip to content

Migrate your old account Spotify data to a new account (Spotify to Spotify). Migrate your liked songs in order and Migrate your playlist in the same order aswell

Notifications You must be signed in to change notification settings

JustSxm/SpotifyMigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET C# Status

Spotify Migrator

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.

If you find it useful, make sure to star Thank you!.

Table of Contents

Demo

Demo

  • 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

  1. Click on Create app
  • Step 1
  1. Add http://localhost:5009/api/Spotify as Redirect URI
  • Step 2
  1. Click on Settings
  • Step 3
  1. 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.
  • Step 4

First we need to add the settings client side.

  1. Download the Release from here: https://github.com/JustSxm/SpotifyMigrator/releases/download/v3/publish.zip
  2. Open wwwroot/appsettings.json
  3. Put the Client Id of the application you just created (found in Basic Information)
  4. 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)
  5. Save and exit

Second we need to add the settings server side.

  1. Open appsettings.json
  2. Put the Client Id & Client Secret of the application you just created (found in Basic Information)

Windows :

run SpotifyMigrator.Server.exe

Then visit localhost:3000 on your browser.

Linux & Mac :

  • 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

Todo

  • Add you to your collaborative playlists
  • Mark your collaborative playlist as collaborative instead of only public/private
  • Save Podcasts

About

Migrate your old account Spotify data to a new account (Spotify to Spotify). Migrate your liked songs in order and Migrate your playlist in the same order aswell

Topics

Resources

Stars

Watchers

Forks

Packages