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
- Java 17 or newer
- For Spotify-use:
- Spotify Account
- Internet Connection
- For Playlist-Mode
- A valid m3u/m3u8/xspf file referencing LOCAL mp3 files
- For Local-MP3-Mode
- Windows only -> file locking which is not available on UNIX is needed by this mode
- A Folder containing mp3 files / subfolders which contain mp3 files
- Download
danceinterpreter-x.x.x-full.jar
from the Release page - Save them to the Directory you want the Software to run in
- See Spotify / Local mp3 Files / Playlist
- Run
danceinterpreter-x.x.x-full.jar
- Select
Spotify
in the drop-down - Authorize Spotify Account access in your browser
- Setup Finished!
WINDOWS ONLY -> UNMAINTANIED since I don't use Windows anymore
- Run
danceinterpreter-x.x.x-full.jar
- Select
LocalMP3
in the drop-down - Select the Directory the App should check for playing .mp3 files
- Finished!
- Run
danceinterpreter-x.x.x-full.jar
- Select
Playlist
in the drop-down - Select your m3u/m3u8/xspf file
- Finished!
- Run
danceinterpreter-x.x.x-full.jar
- Select your appmode in the drop-down
- Have Fun!
- Clone the project
git clone https://github.com/klassenserver7b/Danceinterpreter.git && cd Danceinterpreter
- Make sure you have java-jdk-17 and maven installed
- run 'maven package'
- If you want the .exe/.deb/.rpm run:
mvn install
- You can now find your runnables in
./target/