Get Programme Icons From Database
#1
hi kodi team first time poster im just wondering in the simple client well rather in the skin mypvrchannels.xml on line 103 you have

PHP Code:
<texture fallback="##########">##########</texture> 
now this desplays the image the is desplayed on the right hand side of the pvr channels page now i have a guide that has program images when i import my xml
and then have a look at the epg.db i see that the images are in the table sIcon under programs now i have tryed to display that image in the window in replacemnet of the default image i have tried

PHP Code:
                <texture fallback="black-back.png">$INFO[ListItem.Icon]</texture>
                <
texture fallback="black-back.png">$INFO[ListItem.sIcon]</texture>
                <
texture fallback="black-back.png">$INFO[ListItem.ActualIcon]</texture

watch gallery


Now i can get the icon but i want thee same as the icon in the grid so i want to pull the sicon from the database

watch gallery
Reply

Logout Mark Read Team Forum Stats Members Help
Get Programme Icons From Database0