Small website to display a predefined list of online radio stream metadatas. Allowing you to choose which song/program you want to hear without having to test all your favorite radios
git clone http://git.kawi.fr/ycawidro/radio.git
cd radio
git submodule init
git submodule update
./tags.sh
The tags are updated asynchronously through a cronjob running tags.sh every minute
*/2 * * * * /var/www/html/radio/tags.sh
Each item is defined as follow :
<channel>
<title>France Info</title>
<mp3>http://direct.franceinfo.fr:80/live/franceinfo-midfi.mp3</mp3>
<shortname>finfo</shortname>
<icy>0</icy>
</channel>
NOTES: