Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSxm committed Jun 11, 2023
2 parents e305ba7 + 7951ca7 commit 72c4446
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
![.NET](https://img.shields.io/badge/.NET-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)
![C#](https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white)
![Status](https://img.shields.io/badge/status-working-brightgreen?style=for-the-badge)

# 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!.

<details>
<summary>Table of Contents</summary>

- [Features](#features)
- [Requirement](#requirement)
- [Configuration](#configuration)
- [Spotify App](#spotifyappconfiguration)
- [App](#appconfiguration)
- [Running](#running)
- [License](#license)

</details>

<a name="features"/>

## Features

- 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

<a name="requirement"/>

## Requirement

- A Browser

<a name="configuration"/>

## Configuration

<a name="spotifyappconfiguration"/>

## Spotify App Configuration

To use this app you will need to create an app on the [Spotify Developer Website](https://developer.spotify.com/dashboard/applications)

1. Click on Create app

- ![Step 1](https://raw.githubusercontent.com/JustSxm/SpotifyMigrator/master/meta/Step1.PNG)

2. Add `http://localhost:5009/api/Spotify` as Redirect URI

- ![Step 2](https://raw.githubusercontent.com/JustSxm/SpotifyMigrator/master/meta/Step2.PNG)

3. Click on Settings

- ![Step 3](https://raw.githubusercontent.com/JustSxm/SpotifyMigrator/master/meta/Step3.PNG)

4. 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](https://raw.githubusercontent.com/JustSxm/SpotifyMigrator/master/meta/Step4.PNG)

<a name="appconfiguration"/>

## App Configuration

First we need to add the settings client side.

1. Open `wwwroot/appsettings.json`
2. Put the Client Id of the application you just created (found in Basic Information)
3. 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)
4. Save and exit
5. Open `appsettings.json`
6. Put the Client Id & Client Secret of the application you just created (found in Basic Information)

<a name="running"/>

## Running

Download the release

### Windows :

Unzip and 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.

<a name="license"/>

## License

GPL

## Todo

- [ ] Follow artists/users
- [ ] Add you to your collaborative playlists
- [ ] Mark your collaborative playlist as collaborative instead of only public/private
- [ ] Save Podcasts
Binary file added meta/Step1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added meta/Step2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added meta/Step3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added meta/Step4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72c4446

Please sign in to comment.