2025-01-19, 03:41 AM
Solved! I used zap2xml from https://web.archive.org/web/202004260040...pace.info/ (from the beginning)
The issue was (stupid on my part, I know), in the provided configuration file on the webpage - the line:
outformat=xmltv (or 'xtvd')
I didn't delete the "(or 'xtvd')" part, I guess I assumed it would be treated like a comment at the time (it didn't), and it defaulted to xtvd instead of xmltv. I deleted everything in parenthesis and Jellyfin loaded everything like a charm! It might just be beneficial for Jellyfin to detect if the file doesn't match the xmltv schema and maybe throw a fault.
The issue was (stupid on my part, I know), in the provided configuration file on the webpage - the line:
outformat=xmltv (or 'xtvd')
I didn't delete the "(or 'xtvd')" part, I guess I assumed it would be treated like a comment at the time (it didn't), and it defaulted to xtvd instead of xmltv. I deleted everything in parenthesis and Jellyfin loaded everything like a charm! It might just be beneficial for Jellyfin to detect if the file doesn't match the xmltv schema and maybe throw a fault.