(2017-07-15, 11:43)ZippyBoomSox Wrote: First off let me say Awesome addon. I am setting Kodi up for my father, and this addon along with the instructions on how to schedule it to update were great.
I have run into one problem. No logos are showing up in my EPG addons. I have tried Renegades, Ivue and TV Guide Fullscreen. Any way to fix this?
I'm not sure how many of the webgrab scrapers add the channel logos.
Have a look in the xmltv file at the top for an icon field in the channels.
Code:
<channel id="I101.24434.schedulesdirect.org">
<display-name>BBC Radio One</display-name>
<icon src="https://s3.amazonaws.com/schedulesdirect/assets/stationLogos/s24434_h3_aa.png" />
</channel>
There are a number of ways to build your own folder full of channel logos.
You can use the TheLogoDb.
There is some automation to match and grab the channel logos in
TV Guide Fullscreen \ Menu \ Channels \ Logos
You can have a look in other TV Guides for the source of their logos and borrow them.
You can look for channel icon packs in Google. There are some floating around in Github too.
You can build a folder full of channel logos from your addons in
TV Guide Fullscreen \ Settings \ Backup \ Download All Addon Folder Logos
You need to have Subscribed to Folders first in
TV Guide Fullscreen \ Menu \ Stream Setup \ Browse \ <addon> \ <folder> \ Add Folder
You can also try to modify the webgrab scrapers to download the logos or ask on the webgrab forum.