Barebones Java music player
- invocation:
java -jar player.jar /path/to/album - building: use the vlcj, vlcj-native and other libraries. vlcj4 only, not tested for other versions.
- replacing the default image: replace default.png
- rewriting player, scanner or GUI: implement the provided interfaces for a drop-in replacement
- Next:
RIGHT(right arrow) - Previous:
LEFT(left arrow) - Play / Pause:
SPACE(spacebar) - Volume Up:
UP(up arrow) - Volume Down:
DOWN(down arrow)