# 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 ```bash 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 ```bash */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 France Info http://direct.franceinfo.fr:80/live/franceinfo-midfi.mp3 finfo 0 ``` **NOTES:** - **title** : Display name in the playlist - **mp3** : audio stream address - **shortname** : The shortname is used for icon search in ***resource/shortname.jpg*** - **icy** : Whether the stream is relaying metadata or not