Supported format: XMLTV - . More details about format XMLTV:http://wiki.xmltv.org/index.php/Main_Page
<spoiler|epg screen>
</spoiler>
prefix_
;
<spoiler|epg edit using prefix>
</spoiler>
If all steps were done correctly, than in the top of section “EPG settings” should be next:
<spoiler|epg update screen>
</spoiler>
Content of xmltv
file for example:
<?xml version="1.0" encoding="windows-1251"?> <!DOCTYPE tv SYSTEM "xmltv.dtd"> <tv source-info-url="http://example.com/" source-info-name="ExampleName" generator-info-url="http://www.xmltv.org/"> <channel id="111"> <display-name lang="ru">Channel-1</display-name> <icon src="http://example.com/pic/channel_logos/111.gif" /> </channel> <channel id="222"> <display-name lang="ru">Channel-2</display-name> <icon src="http://example.com/pic/channel_logos/222.gif" /> </channel> <channel id="333"> <display-name lang="ru">Channel-3</display-name> <icon src="http://example.com/pic/channel_logos/333.gif" /> </channel> ...
where is:
<channel id="111">
111 - Channel id
<display-name lang="ru">Channel-1</display-name>
Channel-1 - Channel Name