Jellyfin Forum
SOLVED: Fetching XMLTV guide does not work - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Fetching XMLTV guide does not work (/t-solved-fetching-xmltv-guide-does-not-work)



Fetching XMLTV guide does not work - Niccolò Cavallini - 2023-12-03

Hello all,
I set up Jellyfin to fetch an XMLTV file I provide with a little web server on my local network. With the same server I also provide an m3u8 playlist.
Fetching streams from the m3u8 works fine, but when I try to add an XMLTV file to provide EPG, I get no guide at all and a bunch of errors like this (one for each channel, I think):

`
Code:
Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Found epg channel in "XmlTV" null

You can find the xml file here: xmltv.xml .

Thank you for your support.

Regards.
Niccolò Cavallini

SOLVED: I had a syntax error in my XML file: the timestamps of each <programme> (start="..." and end="...") were not given in the correct format.