Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
/ NetMusicPlay Public archive

A web-based music player and internet radio written in Java

Notifications You must be signed in to change notification settings

marios8543/NetMusicPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetMusicPlay

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.

Installation

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.

Development

Want to contribute? Great! NetMusicPlay is formed as an IntelliJ project. Just clone the repo and import the project into IntelliJ.

License

MIT