Kodi Community Forum

Full Version: Missing channel logos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello manuelm,
since some time i notice that some (in my case three) channel logos does not appear in Kodi but are shown correct in DVBViewer and Web Service from Media Server. I tried everything i could like new Kodi v19, v20 alpha installs, change the logos in DVBViewer and Media Server but nothing. Do you have an idea what to do to get the logos back again?
PS: Do you know why i do not get latest Matrix version update message to 7.3.0? Kodi Repos shows only 7.2.0.
Logos are fetched from: http://dms_ip:dms_port/api/getchannelsxml.html?fav=1&subchannels=1&logo=1 - Maybe you can check the XML output of the affected channels yourself.

No idea regarding the addon repo updates.
I checked the output epgid from the web server and compared this with the entry of ChannelLogos2.ini in the config folder and both are same. I use DVBV 7.0.2.0 and DMS 3.0.2.0. Can you check if you have the same with Welt HD and Anixe HD? 

Entrys of ChannelLogos2.ini:
562954317419134=welthd.png
562954317419124=welthd.png

Entry of /api/getchannelsxml.html:
<channel nr="-6" name="WELT HD" EPGID="562954317419124" flags="25" ID="2359890728466993780">
<logo>logos/welthd.png</logo>
<channel nr="413" name="WELT HD" EPGID="562954317419124" flags="25" ID="2359890728466993780">
<logo>logos/welthd.png</logo>
<channel nr="417" name="WELT HD" EPGID="562954317419134" flags="25" ID="2359890728466993790">
<logo>logos/welthd.png</logo>
(2021-04-08, 11:35)tehax Wrote: [ -> ]<channel nr="417" name="WELT HD" EPGID="562954317419134" flags="25" ID="2359890728466993790">
<logo>logos/welthd.png</logo>

And http://dms_ip:dms_port/logos/welthd.png shows a valid logo? At my installation this file doesn't exist.
So I downloaded the logo pack and forcefully changed a channel to the welthd.png. Shows correctly: https://i.imgur.com/rG22jK0.png

In case the file exists, try a different logo. Maybe its corrupted. However in general this is not a bug. The logo urls are pushed into Kodi correctly.
Yes, at http://dms_ip:dms_port/logos/welthd.png the logo wil be shown. It comes from a logo package which i stored manually into C:\Program Files (x86)\DVBViewer\Images\Logos. All other logos are loaded from this directory which works well.