A self-hosted web-based music player - just drag, drop and listen π΅
- Add an infinite amount of playlists
- Tracks are live as soon as they hit the playlist folder
- Powered by PHP - no continuous program running on a port in the background
- Functioning web-server
- PHP7
- Copy contents of
www/
(api/
,client/
andtracks/
) to a directory in your web-server - e.g.groovebox/
All music is added to the tracks/
folder and sorted into playlists (sub-folders) of your choice - e.g. tracks/disco/
-
Create a folder within the
tracks/
folder. Any folder created will act as a playlist (you can create as many playlists as you like) -
Move all the music you want to play into the playlist folder - e.g.
disco/my-awesome-track.mp3
- To start listening to a playlist, add the name of the playlist folder into the URL as a parameter -
https://example.com/groovebox/client/?playlist=disco