EPG (XML file) compatibiliy format



Hi community,

I’m using IPTV Simple client

I have a software that provide me an XML file for my EPG. When I load it in Kodi, the EPG is not displaying.

After a few tests, it seems that the format is giving IPTV Simple client some hard time related to its format.

Usually, the XML first lines are like this:

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<tv generator-info-name=”Original XML Generated with Tempest EPG Generator – Processed by my provider” generator-info-url=”https://github.com/mydomain name”>
<channel id=”CNN HD”><display-name lang=”en”>CNN HD</display-name><icon src=”https://cdn.tvpassport.com/image/station/75×16/v2/s58646_h15_ac.png”/></channel>

In the new format it shows like:

<tv date=”04/03/2024 17:56:54″ source-info-url=”https://babla.com/myownname” source-info-name=”provider” generator-info-name=”Provider” generator-info-url=”https://blabla”><channel id=”7600″><display-name>ICI Explora</display-name><display-name>CA (FR) ICI Explora</display-name><icon src=”http://12345.site.net:7095/api/files/5/https%3A%2F%2Fd1klg9utqvpetw.cloudfront.net%2Flogos%2Fguide%2F2%2FOpen%2F92x36_352%2FSource%2F35775%2Ficiexploratv.png” /></channel><programme start

Anyway to help IPTV Simple client to read it? Is it a limitation?

Any alternative?

Thanks.

-Eric