I setup 9.2.0 on a RP4 and have that working with TVH server using OTA EPG data and now want to test the XMLTV option. I have a server running a daily script to create an XMLTV.xml file from zap2it. I thought it would be easy to configure XMLTV in Kodi to point to the file using NFS. I had no issue getting kodi to see the file on my server via nfs, but in the tvh log on the web interface I get this error:
Code
2019-12-09 08:32:20.000 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: grab /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file
2019-12-09 08:32:20.008 spawn: Executing "/storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file"
2019-12-09 08:32:20.100 spawn: cat: can't open 'nfs://192.168.0.250/mnt/md1/samba/public/media/zap2xml-data/xmltv.xml': No such file or directory
2019-12-09 08:32:20.102 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: no output detected
2019-12-09 08:32:20.102 xmltv: /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file: grab returned no data
If I use SMB and copy the file to the RP4 systems internal drive, I can point TVH XMLTV to that internal location and the grabber works.
So 2 questions, can I not make this work over the Network? And 2nd, Is there not a way to have all the XMLTV stuff done locally on the LibreELEC system?