DAVIDS/README.md

16 lines
830 B
Markdown
Raw Normal View History

2016-04-17 12:07:35 +02:00
# Spotify Duplicate Finder
This app lets you find duplicates in your Spotify playlists.
2014-05-14 10:27:27 +02:00
2016-04-17 12:07:35 +02:00
## Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
2014-05-14 10:27:27 +02:00
2016-04-17 12:07:35 +02:00
## Usage
When using the application, you should first login with Spotify. The app only requests access to your private and collaborative playlists.
2014-05-14 10:27:27 +02:00
2016-04-17 16:33:16 +02:00
After login, you can get all the playlists by clicking the `Refresh` button. It may take a while if you have many ones.
2014-05-14 10:27:27 +02:00
2016-04-17 12:07:35 +02:00
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.
2014-05-14 10:27:27 +02:00
2016-04-17 12:07:35 +02:00
## 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.