Need information about how Kodi handles m3u playlists. Like IPTV...
#1
I am developing an addon which loads m3u playlist files, but currently they look... dull...

I know that IPTV simple client handles m3u pretty nicely, below for example:

Code:
#EXTINF:0, tvg-logo="http://url.to.logo/foo.png",Channel
I can set the icon with tvg-logo argument, but how does Kodi natively do it? Is it even possible to set custom thumbnail for each playlist item?

If not, can I somehow tell Kodi to load thumbnails otherwise for example by creating a custom m3u parser function within the code?
Reply

Logout Mark Read Team Forum Stats Members Help
Need information about how Kodi handles m3u playlists. Like IPTV...0