NetMusicPlay is a self-contained online music player and radio that works with your local library. It's written in Java using the SparkJava web framework.
NetMusicPlay requires Java 8 or greater and is distributed as an executable JAR. Download the latest JAR from Releases and run with
$ java -cp network-music-player.jar com.company.Main /home/user/Music
Replace /home/user/Music
with the absolute path of your music library.
Want to contribute? Great! NetMusicPlay is formed as an IntelliJ project. Just clone the repo and import the project into IntelliJ.
MIT