Skip to content

CryVeck/MusicPlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicPlayer

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

Keyboard Shortcuts

  • Next: RIGHT (right arrow)
  • Previous: LEFT (left arrow)
  • Play / Pause: SPACE (spacebar)
  • Volume Up: UP (up arrow)
  • Volume Down: DOWN (down arrow)

About

Lightweight java music Player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%