Hoping to get a little help. I have TVH running on a RPi 2 with Libreelec as a DVR server only. I installed the sd2xmltv add on following the directions on github and compiling with Libreelec. I have set TVH to use it as the internal grabber and it appears to start but not work. Here is the TVH log file output.
2016-12-18 01:12:02.000 /storage/.kodi/addons/tools.module.sd2xmltv/bin/tv_grab_sd2xmltv: grab /storage/.kodi/addons/tools.module.sd2xmltv/bin/tv_grab_sd2xmltv
2016-12-18 01:12:02.008 spawn: Executing "/storage/.kodi/addons/tools.module.sd2xmltv/bin/tv_grab_sd2xmltv"
2016-12-18 01:12:02.792 spawn: cat: can't open 'xmltv.xml': No such file or directory
2016-12-18 01:12:02.793 /storage/.kodi/addons/tools.module.sd2xmltv/bin/tv_grab_sd2xmltv: no output detected
2016-12-18 01:12:02.793 /storage/.kodi/addons/tools.module.sd2xmltv/bin/tv_grab_sd2xmltv: grab returned no data
This is from the sd2xmltv.log file.
Traceback (most recent call last):
File "/storage/.kodi/addons/tools.module.sd2xmltv/sd2xmltv.py", line 375, in <module>
logging.config.fileConfig(u"logging.cfg", disable_existing_loggers=True)
File "/home/chewitt/LibreELEC.70-official/build.LibreELEC-RPi2.arm-7.0.2/Python-2.7.11/.instal$
File "/home/chewitt/LibreELEC.70-official/build.LibreELEC-RPi2.arm-7.0.2/Python-2.7.11/.instal$
File "/home/chewitt/LibreELEC.70-official/build.LibreELEC-RPi2.arm-7.0.2/Python-2.7.11/.instal$
ConfigParser.NoSectionError: No section: 'formatters'
I searched my system for a xmltv.xml file but no luck. Any help would be appreciated.
Thanks,
Aaron