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.
2023-03-13 23:31:43 +01:00
2023-03-12 17:53:52 +01:00
2023-03-12 15:46:21 +01:00
2023-03-13 18:55:08 +01:00
2023-03-13 19:57:38 +01:00

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

  1. Visit the Spotify Developer Dashboard
  2. Create an app
  3. In the "Users and Access" menu, add your Email-Address and Name
  4. In the "Edit Settings" add "http://localhost:9876/callback/spotify/" as a Redirect URI
  5. Note your Client ID and Client Secret

Usage

In your command line run java -jar bsu-dedupe-%version%.jar [arguments].

Description
Removes duplicates from playlists
Readme 59 KiB
Release 1.1 Latest
2023-03-13 23:37:09 +01:00
Languages
Java 100%