I am using the software to grab all italian channels and reading the xml file with Kodi, but I have a strange problem with the logos.
My xml file have the link to the png file but are not displayed. Just for example, this is the first channel.
<channel id="Rai Uno">
<display-name lang="it">Rai Uno</display-name>
<icon src="http://webgrabplus.com/%3Ca%20href%3D"http://guidatv.sky.it/app/guidatv/images/epgimages/channels/home/899_home.png">http://guidatv.sky.it/app/guidatv/images/epgimages/channels/home/899_hom... />
</channel>
<channel id="RAI 1">
<display-name lang="it">RAI 1</display-name>
<url>http://www.guidatv.sky.it</url>
</channel>
<channel id="RAI 1 HD">
<display-name lang="it">RAI 1 HD</display-name>
<url>http://www.guidatv.sky.it</url>
</channel>
If I open the link inside my browser I can see clearly the logo of rai uno, but if I use the file inside kodi not.
I replaced the logo with the same file but uploaded it on another one domain and kodi show me the logo.
Someone have idea about this trouble?