Go to file
2016-04-23 02:55:05 +02:00
.idea Build a Spotify duplicate finder 2016-04-17 11:21:26 +02:00
bin Build a Spotify duplicate finder 2016-04-17 11:21:26 +02:00
public Rename .jsx -> .js 2016-04-23 02:32:00 +02:00
.gitignore Ignore env file 2016-04-23 02:55:05 +02:00
app.js Add default NODE_ENV=prod 2016-04-21 02:39:29 +02:00
app.json Add environment variable in app.json 2016-04-21 02:38:56 +02:00
package.json Rename .jsx -> .js 2016-04-23 02:32:00 +02:00
Procfile Build a Spotify duplicate finder 2016-04-17 11:21:26 +02:00
README.md Update README 2016-04-21 11:28:12 +02:00

Spotify Duplicate Finder

This app lets you find duplicates in your Spotify playlists. It's not perfect and could be improved in many ways but does the job.

Deploy to Heroku

Deploy

Usage

When using the application, you should first login with Spotify. The app only requests access to your private and collaborative playlists.

After login, you can get all the playlists by clicking the Refresh button. It may take a while if you have many ones.

After playlists are loaded, you can click on any name to launch duplicates finding. This may also take a while as Spotify only allows me to retrieve tracks 100 by 100.

Troubleshooting

If any request takes too much time, this may be because the token has expired. For the moment, no automatic refresh is implemented. You have to click the Refresh token button.