Kodi Community Forum

Full Version: logos on m3u list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I know that I can make a m3u list with the channels that I want to watch. I have seen lists with channels logos. I know how to add the logos into the list, however mine are not showing up on the list under the TV Tab.

Does anyone knows if there are restrictions for logos (images), like size limitations etc...

Thanks
So I figure out why one picture is not showing.... even tho I add the image file address, the Simple Client loads the image based on the epg.xml file; which now is my next setp.

How to right the epg.xml?

Can some one post a example? Like 5 or 6 channels, you know just fake address....

Thanks
I would also like to know how this is done please
please can somebody help me figure this out.

Im running kodi Isengard 15.2 using IPTVSimple PVR-addon on my android box.

Ive tried adding these lines below to my m3u (remotely hosted).

#EXTINF:-1,"BBC News" tvg-logo="http://mywebhost.com/iptv/icons/BBC News.png"
#EXTINF:-1,BBC News tvg-logo="http://mywebhost.com/iptv/icons/BBC News"
#EXTINF:-1,tvg-name="BBC News" tvg-logo="http://mywebhost.com/iptv/icons/BBC News.png"",
#EXTINF:-1,tvg-name="BBC News" tvg-logo="http://mywebhost.com/iptv/icons/BBC News"

my m3u name matches the name of my icon.

I can see the icon if i just put "http://mywebhost.com/iptv/icons/BBC News.png" into my web browser so i know the icon is working.

i just cant figure out how to make it show from my .m3u file.

If i click the channel it will start to stream fine.
here is an example of my iptv playlist

Quote:#EXTM3U
#EXTINF:-1 tvg-id="I133.39368464.microsoft.com" tvg-logo="Create.png" group-title="USA",Create
http://192.168.1.5:5004/auto/v133/
#EXTINF:-1 tvg-id="I688.39818575.microsoft.com" tvg-name="Cozi" tvg-logo="Cozi.png" group-title="USA",Cozi
http://192.168.1.5:5004/auto/v688/
#EXTINF:-1 tvg-id="I702.28459048.microsoft.com" tvg-logo="CBS.png" group-title="USA",CBS
http://192.168.1.5:5004/auto/v702/
#EXTINF:-1 tvg-id="I703.195990477.microsoft.com" tvg-name="ION" tvg-logo="ION.png" group-title="USA",ION
http://192.168.1.5:5004/auto/v703/

all feeds are local as well as the logos.
any solutions?i made a greek channels m3u list with the logos too and i share it with many people and as far as now only one with windows7 Pc has problem with the channels logo....
ANY GUESSHuh
Mine is working fine. You can use your own logo url link
or the easiest method is by creating your own "Logos" folder in the Kodi "media" folder Which is located here>
In Windows : click Start button & type > %APPDATA%\kodi\media (now press <Enter>)
In Android: Android/data/org.xbmc.kodi/files/.kodi/media

Now just place all your logos in the "Logos" folder that you created in the kodi "media" folder

m3u list example with your logo in "Logos" folder:
#EXTM3U
#EXTINF:-1 tvg-logo="special://home/media\Logos\yourlogoname.png", ESPN
http://yourchannelurl.m3u

m3u list example with your logo url:
#EXTM3U
#EXTINF:-1 tvg-logo="http://example.com/yourlogoname.png", ESPN
http://yourchannelurl.m3u
(2016-04-24, 02:52)Breitlingwings Wrote: [ -> ]Mine is working fine. You can use your own logo url link
or the easiest method is by creating your own "Logos" folder in the Kodi "media" folder Which is located here>
In Windows : click Start button & type > %APPDATA%\kodi\media (now press <Enter>)
In Android: Android/data/org.xbmc.kodi/files/.kodi/media

Now just place all your logos in the "Logos" folder that you created in the kodi "media" folder

m3u list example with your logo in "Logos" folder:
#EXTM3U
#EXTINF:-1 tvg-logo="special://home/media\Logos\yourlogoname.png", ESPN
http://yourchannelurl.m3u

m3u list example with your logo url:
#EXTM3U
#EXTINF:-1 tvg-logo="http://example.com/yourlogoname.png", ESPN
http://yourchannelurl.m3u
Hi
I know it's a old post but I'm going to try your method tonight with the logo folder.
When I do that what settings do I put into the addon ?
Do I just put it to local and direct it to the folder or will the m3u file do that so I don't need any logo settings in the addon.
Thanks