A lightweight music server that scans a local directory and serves tracks, covers, and metadata over HTTP. Built to work with GS-Music.
- Java 17 or later
java -jar gs-music-server-0.1.0-all.jar
On first run, you'll be prompted to set your music directory and port. This saves a config.yml in the directory.
git clone https://github.com/GS-Music-Software/gs-music-server.git
cd gs-music-server
./gradlew shadowJar
The jar will be at build/libs/gs-music-server-<version>-all.jar.