You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Gabriel Augendre 8d319df870 Update 'README.md' 1 year ago
src Remove Google Analytics 7 years ago
.gitignore Ignore env file 7 years ago
LICENSE Update 'LICENSE' 1 year ago
Procfile Rename server file 7 years ago
README.md Update 'README.md' 1 year ago
app.json Add environment variable in app.json 7 years ago
package.json Update info in package.json 7 years ago

README.md

DAVIDS • DuplicAtes VIewer and Detector for Spotify

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.

Spotify app configuration

To properly work, the app needs you to use these scopes when requesting Spotify authorization :

  • playlist-read-private
  • playlist-read-collaborative

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.

Reuse

If you do reuse my work, please consider linking back to this repository 🙂