This command-line-tool removes all duplicate tracks (also from different releases, matching by Trackname and Artists) from a spotify playlist.
- A Spotify application
- Java 19 (as this tool is not shipped with a JRE you may need to install a JDK)
- Usage on Linux requires having xdg-open installed
- Visit the Spotify Developer Dashboard
- Create an app
- In the "Users and Access" menu, add your Email-Address and Name
- In the "Edit Settings" add "http://localhost:9876/callback/spotify/" as a Redirect URI
- Note your Client ID and Client Secret
In your command line run java -jar bsu-dedupe-%version%.jar [arguments]
.