I'm trying to create some XMLTV file that will work with the Kodi PVR Simple Client.
The channels show up in the Guide, but I don't get any program information.
I'm wondering what I'm missing. I can't find much info about how to use XMLTV.
The channels show up in the Guide, but I don't get any program information.
I'm wondering what I'm missing. I can't find much info about how to use XMLTV.
Code:
<channel id="nfl-49ers">
<display-name>NFL: LA at San Francisco 49ers (10:20pm EDT)</display-name>
<icon src="http://example.com/nfl-49ers/poster.jpg"/>
</channel>
<programme channel="nfl-49ers" start="20160912220900 -04:00" stop="20160913020900 -04:00">
<title lang="en">NFL: LA at San Francisco 49ers (10:20pm EDT)</title>
<category>Sports</category>
<icon src="http://example.com/nfl-49ers/poster.jpg"/>
</programme>