2023-11-16, 01:21 AM
(2023-11-15, 03:55 AM)mvallevand Wrote: You need to find the file probably /storage/.kodi/userdata/add_data\script.module.zap2epg\xmltv.xml and load it in NextPVR as an XMLTV source and auto map by channel name when you find it. All the TVHeadend/NextPVR functionality does is filter the list from the zap2it.com You might be able to increase the days to get more data.
The hard part is automating it so you don't have to trigger an update
Martin
Success. I was able to get up to 13 days of EPG data. Finding a file in a hidden directory was much harder when you're sleepy and have not enabled the option System->Settings->Media->Show hidden files and directories.
ssh root@localhost
find / -name xmltv.xml
/storage/.kodi/userdata/addon_data/script.module.zap2epg/xmltv.xml
I'm not sure I'll need to automate the updates, they were very fast because I didn't add too many channels. I suppose if I use it often enough I can try it later.