2018-09-10, 07:57 PM
I've done some digging around and I can't quite find an answer on this; Is NextPVR supposed to be capable of downloading channel icons for the guide through the xmltv file? I see that the XML file generated has the icons listed in the xml like this:
But when the guide is viewed there aren't any icons shown and looking at the log I can't see where it's trying to download them. I do however see where it parses what it expects to find for channel icons in the 'media\channels' folder.
I can just rename the files and place them in the media folder, but I figured if there were an automated method of keeping them up to date via the xmltv file I'd rather go that route.
Bonus question, NextPVR isn't open source is it? Was just curious as I figured I'd go take a peek at the source to see if the icon XML tags were handled at all, but I couldn't find a repo for it in my short search.
Code:
<icon src="https://zap2it.tmsimg.com/h3/NowShowing/21634/s32356_h3_aa.png" />
I can just rename the files and place them in the media folder, but I figured if there were an automated method of keeping them up to date via the xmltv file I'd rather go that route.
Bonus question, NextPVR isn't open source is it? Was just curious as I figured I'd go take a peek at the source to see if the icon XML tags were handled at all, but I couldn't find a repo for it in my short search.