2023-12-03, 09:54 AM
(This post was last modified: 2023-12-03, 11:56 AM by Niccolò Cavallini. Edited 1 time in total.)
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):
`
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.
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.