Appearance
EPG
Configuration
The EPG module can be found via Settings -> EPG in the Manage panel (http://manage.theradiohub.com). Configuring your own programming scheme can be done in two ways:
By Hand
Adding shows and programs one at a time
When in the Settings -> EPG configuration page, click 'Add a show' to start adding your first show. Enter the show's name, DJ or host and start- or end times. When creating a show that lasts until midnight, pick 23:59 to ensure the show only showing on the correct date.
Next, pick the day on which the show will air. For a show airing multiple days a week, more than one day can be selected.
In case of a one time broadcast, such as a specialty sports game report, a 'Special Occasion' day can be selected to prevent the show from repeatedly showing up.
Lastly, add an image for the show. This image will be used in the web application (http://stationname.theradiohub.com), on DAB images and throughout the system for reference.
Import
Importing a predefined EPG XML
The import possibility allows you to link The Radio Hub EPG to another system by importing an XML feed. Please markup your XML like the example feed, also referenced at the EPG import module. You will find the import module in Settings -> EPG under 'import EPG XML'.
ETSI Standardized output
To comply with ETSI standards, The Radio Hub offers a standardized EPG output. This output can be found at the url you will find when clicking 'Output EPG XML' in the Settings -> EPG page. If demanded by software you might be using, you can enter your service ID here and click Save. The Service ID will then be embedded into the XML file name.
Example feed
xml
<epg>
<monday>
<shows>
<show>
<name>Daily Radio Show</name>
<starttime>14:00</starttime>
<endtime>18:00</endtime>
<dj>John Doe</dj>
<image>https://cdn.theradiohub.com/default.jpg</image>
</show>
</shows>
</monday>
</epg>