From 40921a5632c9b3acd1cdbe696614174e55f03076 Mon Sep 17 00:00:00 2001 From: Alix von Schirp <15247003+B00tLoad@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:57:10 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index cf2146e..4316ec2 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ # 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](https://developer.spotify.com/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 +6. + +## Usage +In your command line run ```java -jar bsu-dedupe-%version%.jar [arguments]```.