- September 5, 2007
- 436
- 354
- Home Country
-
United Kingdom
The category info is there but when there's multiple categories, they're all tagged as <country> instead of <category> (example in the spoiler).
There's no contact info on the website to report but this attached AI script will change the ones I found. You need Python installed. Part of the script will download epg.xml and rename it to tvguide.xml so you'll also need to remove the URL from the remote tab and delete tvguide.lst if you still have it. Extract the files to the xmltv folder and test it by running the .bat file. If it worked, create a task in Task Scheduler, where you can choose to hide the command prompt.
easy4me on Kodinerds has posted a public api key for easyepg, n829qtk58c7ym5pxdch5smup
Code:
<programme start="20250527013502 +0000" stop="20250527021705 +0000" channel="DE: 13th Street">
<title>Law & Order: Special Victims Unit</title>
<sub-title>Minderjährig (Teil 2)</sub-title>
<desc>Eine junge Frau wurde erschossen. Cosgrove macht sich zusammen mit Detective Jalen Shaw auf die Suche nach dem Mörder. Benson und Stabler helfen mit und stellen fest, dass es sich um mehr als einen typischen Mordfall handelt.</desc>
<date>2022</date>
<country>Krimi</country>
<country>Drama</country>
<country>Action</country>
<country>Thriller</country>
<country>Fantasy</country>
<country>US</country>
<episode-num system="xmltv_ns">23.0.</episode-num>
</programme>
<programme start="20250527021705 +0000" stop="20250527025951 +0000" channel="DE: 13th Street">
<title>FBI: Most Wanted</title>
<sub-title>Mörderischer Kunstraub</sub-title>
<desc>Max Tillman meldet den Diebstahl nigerianischer Kunstobjekte. Diese wurden während des Transports zu einem Museum gestohlen. Dabei kamen außerdem mehrere Wachleute ums Leben. Remy und sein Team nehmen die Ermittlungen auf.</desc>
<date>2024</date>
<category>Krimi</category>
<country>US</country>
<episode-num system="xmltv_ns">4.8.</episode-num>
</programme>
There's no contact info on the website to report but this attached AI script will change the ones I found. You need Python installed. Part of the script will download epg.xml and rename it to tvguide.xml so you'll also need to remove the URL from the remote tab and delete tvguide.lst if you still have it. Extract the files to the xmltv folder and test it by running the .bat file. If it worked, create a task in Task Scheduler, where you can choose to hide the command prompt.
easy4me on Kodinerds has posted a public api key for easyepg, n829qtk58c7ym5pxdch5smup