Skip to content

initial release

Latest
Compare
Choose a tag to compare
@bariseksi bariseksi released this 10 Feb 11:44
· 4 commits to main since this release

This app finds all the tracks in the directory that is defined on /server/playlist.json and serves them on the local network as a web player with playlists.
you need node.js installed. if its not installed please select the Long Term Support version. after installing node.js and configuring playlist.json all you need to do is run the command "node server.js" it will start the server on port 80 (port number can be changed on server.js file).
After server is starter you can access your tracks via any device that can browse internet by only typing "server-ip-address/mp3player" on them.
As an example if you run the server on a computer that has the ip address of local network 192.168.1.50 then on the device you want to browse your tracks you can simply type 192.168.1.50/mp3player or on your local you can type localhost/mp3player.

Baris Eksi
bariseksi@gmail.com