Live TV Guide not grabbing episode number - 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: Live TV Guide not grabbing episode number (/t-live-tv-guide-not-grabbing-episode-number) |
Live TV Guide not grabbing episode number - 306bobby - 2023-11-12 Hello all I am having an issue where I am unable to properly record a series to my DVR due to jellyfin not grabbing season/episode number data from the guidexml file. Therefore, the DVR is unable to determine whether an episode is new or not, and instead records all of them. Details of my setup: Guide data: using WebGrab++ to scrape guide data and create xml file Jellyfin: 10.8.12 on Raspbian Bullseye 32bit IPTV service: free IPTV list from github Here is an example of a series listing from the xml file: Code: <programme start="20231111043000 +0000" stop="20231111050000 +0000" channel="TOON"> Here is the error from jellyfin: Code: [2023-11-10 03:01:03.812 -05:00] [ERR] Episode nullxnull not found for series "275274":"Rick and Morty" Here is an example of shows being recorded multiple times: Any ideas on what I can do to fix this? RE: Live TV Guide not grabbing episode number - 306bobby - 2023-11-20 Bump as I still can't figure this out for the life of me RE: Live TV Guide not grabbing episode number - TheDreadPirate - 2023-11-20 Looking at the code, I'm not sure that episode number format in your example was test, so its possible it isn't supported? I'm not an expert on this. Does it ever record? https://github.com/search?q=org%3Ajellyfin%20episode-num&type=code |