Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (38 loc) · 2.03 KB

Danceinterpreter

CodeFactor License Build status

This tool provides information about a currently playing song and displays them. -> These information are "Title", "Author", "Cover" and "Dance" It's meant to be used on e.g. a Prom or other Dance events

Requirements

  • Java 15 or newer
  • For Spotify-use:
    • Spotify Account
    • Internet Connection

How to Use

  • Download Danceinterpreter.jar and logback.xml
  • Save them to the Directory you want the Software to run in
  • See Spotify / Local mp3 Files

Spotify

IF YOU ALREADY HAVE A VALID CONFIG FILE YOU CAN GO TO Usage

First Startup

  1. Run Danceinterpreter.jar
  2. Select Spotify in the drop-down
  3. Do step 1 and 2 again
  4. Head to CURRENT_DIRECTORY\logs
  5. Open the newest Log and open the given URL
  6. Authorize the App and copy the code from the URL
  7. Example-code : 185384118-c16f5fae-0a0f-4b0c-81c7-01b2359ee32e
  8. Insert the code in CURRENT_DIRECTORY\resources\config.properties -> authorization_token=YOUR_TOKEN
  9. Setup Finished!

Usage

  1. Make sure there is a valid config-file in CURRENT_DIRECTORY\resources\config.properties
  2. Run DanceInterpreter.jar
  3. Select "Spotify" in the drop-down
  4. Finished!

Local mp3 Files

  1. Run Danceinterpreter.jar
  2. Select local .mp3 files in the drop-down
  3. Select the Directory the App should check for playing .mp3 files
  4. Finished!