Hi,
I'm working on creating my kodi addon. I created a m3u file with some channels in it. I want to see the channels icons in the list. how can I do that? On the normal IPTV Client I had for example:
#EXTINF:0, tvg-id="EPG N/A" tvg-logo="Vevo Tv.png" tvg-name="Vevo Tv" group-title="English TV",Vevo Tv [link]
and it worked because i had a folder containing the channel's icons.
But now when I add the list to my addon, the name of a channel shows as the example above.
Thank you
It depends on how you're adding them. For instance, I load my icons from a website.
li = xbmcgui.ListItem('E!', iconImage='http:// .com/ /White/e_white.png')