2014-08-26, 04:33 AM
sub Wrote:I'm not really interested in a solution that gets the relies on artwork URLs being provided in the EPG, since the majority of people will not have it in their EPG.
If I was going to do anything with it, I'd just use some generic URL pointed back at the NextPVR server, and if that URL was called, it'd attempt to find the artwork at that time, in the same way the NextPVR TV Guide does. This of course works on the assumption that XBMC only calls the URL for shows you try to view, rather than wanting the artwork for everything in the EPG (since it'd perform like crap if that was the case)
I'd tried putting in a URL like this, but as mentioned above, XBMC never called it. I'm not familiar enough with the XBMC side of things to know how to get XBMC to request the image at that URL.
Hi Both martin and sub,
Please bare with me and sorry for being a pain in ..., could be just as simple that I don't understand it.
BUT :-) what the guys are saying in WMC is that they enhance the Microsoft EPG data source with XMLTV where they get a image URL in the xml file. Then that URL is passed to XBMC just as any info on the show. To my understanding will say.
I don't mean to have the artwork for all shows in the EPG (as one of the pages I showed you implied) just when you click one of the program and the "programme info" shows in XBMC, the call could be exactly the same as for the call to the title, time, genre and info, but one more for the url instead. That would effect all users of XBMC and is just to simply implement it in the Skin.
If the same thing could be done where the url would be inserted, XBMC would show the picture from the URL supplied (not call NextPVR to fetch it). The picture to the right (the small url picture) is that I just pasted in an url in the place holder that for the moment shows the tv channel logo.
Hope that make sense
Ps Sub when you said that XBMC never called it, how will he call for ex. a show info? Douse XBMC call only when the info dialog is open, I guess it has something to do with the $INFO[ListItem.Plot] or is it getting all the info at startup?