2020-06-06, 07:04 PM
I have built my own XMLTV file and have http links for both the channel icon and a promo picture for each program.
The channel xml for example looks like this:
...and the program xml looks like this:
Anyone tell me why none of the links appear to be populating in NPVR?
Thanks
The channel xml for example looks like this:
Code:
<channel id="YESTERDAY">
<display-name lang="en">YESTERDAY</display-name>
<display-name>155</display-name>
<icon src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/80/35/skychb2305.png" />
<url></url>
</channel>
...and the program xml looks like this:
Code:
<programme start="20200608100000 +0100" stop="20200608103000 +0100" channel="ComedyCent+1">
<title lang="en">The King of Queens</title>
<desc lang="en">Pilot: Doug (Kevin James) and Carrie were happy. Then Carrie';s father, Arthur (Jerry Stiller), accidentally burns his own house down, and Arthur and Carrie';s sister have to move in... (S1, E01)</desc>
<icon src="https://images.metadata.sky.com/pd-image/704af8fd-826a-4b85-8238-00861bbdf350/16-9/640" />
</programme>
Anyone tell me why none of the links appear to be populating in NPVR?
Thanks