Latest commit b5281ca 7 years ago
README.md

Radio

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

Installation

git clone http://git.kawi.fr/ycawidro/radio.git
cd radio
git submodule init
git submodule update
./tags.sh

Cronjob

The tags are updated asynchronously through a cronjob running tags.sh every minute

*/2 * * * * /var/www/html/radio/tags.sh

Requirements

  • php5-cli
  • php5-curl
  • php5-gd
  • php5-json

About the playlist

Each item is defined as follow : xml <channel> <title>France Info</title> <mp3>http://direct.franceinfo.fr:80/live/franceinfo-midfi.mp3</mp3> <shortname>finfo</shortname> <icy>0</icy> </channel>

NOTES: - shortname : The shortname is used for icon search in resource/.jpg - icy : Whether the stream is relaying metadata or not