Simple radio streaming webapp that can be hosted on a simple shared PHP server, without any depencende like shoutcast, icecast or any transcoder. And with psychedelic backgrounds :)
- Put songs into
data
with the filename formatARTIST - ALBUM - TRACK TITLE.mp3
.TRACK
are two digits. - Put background images into
www/imgs
with the filename formatimg{N}.jpg
.N
starts with 1. - Copy
www/js/config.js.example
towww/js/config.js
and set your own variables. - Configure your server to make the files from
www
public but not the folderdata
. - Run your server.
- Play music!