This repository has been archived on 2026-05-07 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
f724c113946230b6fde1df303a4e86cbcb066964
SpotifyDedupe
This command-line-tool removes all duplicate tracks (also from different releases, matching by Trackname and Artists) from a spotify playlist.
Prerequisites
- 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
Setup
Spotify
- 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
Usage
In your command line run java -jar bsu-dedupe-%version%.jar [arguments].
Description
Releases
2
Release 1.1
Latest
Languages
Java
100%