Thanks for your patience and work edit4ever, I think we're all inching closer and closer to a stand-alone system. I have the odroid c2, LE 7.1, tvheadend 4.0.9, emby still on separate desktop, and been trying like crazy to get zap2xml working smoothly.
I had a question on what I may had done wrong. With the latest dropbox zip file, it installed a script.module.zap2xml-master directory in addons and the userdata/addon_data directory only had the settings.xml file in it. The log file returned the no directory exists error, so I putty'd in and renamed the ...zap2xml-master directory to just ...zap2xml. It still didn't seem to work, so I then manually copied everything to the userdata/addon_data/script_module.zap2xml directory. Once I rebooted, the xmltv.xml file was created, but it stopped after the first program was written. All the channels were written right.
Here is the exception error in the log file, thanks again:
Downloaded 5252624 bytes in 44 http requests.
Writing XML file: /storage/.kodi/userdata/addon_data/script.module.zap2xml/xmltv.xml
Exception
error<type 'exceptions.UnboundLocalError'>
Traceback (most recent call last):
File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 2005, in <module>
main()
File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 1977, in main
printProgrammes(fh)
File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 1394, in printProgrammes
tmp = tmp + live + new + ratings + hd + cc + cast + date
UnboundLocalError: local variable 'cast' referenced before assignment
Display More