SLRadio presets file format
SLRadio uses a webradios presets file loaded at startup. These presets file are xml files, and are based on a very simple format so that you can build your own presets file. The following will describe that format, and in case you want to help supporting a list of webradios, please prepare the data as explained below:
Sample file
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<SLRadio version="1.0" contents="Preset List">
<radio title="107 Mix">
<url>http://www.107mix.com/</url>
<desc>Top 40 Hitz Hip Hop R&B</desc>
<genre>Music/Rap - R&B</genre>
<source>mms://212.242.37.11/MIXHI</source>
<language>English</language>
</radio>
</SLRadio>
For each webradio you’d like to contribute, add a <radio> markup with the format specified below.
