Im trying to get the tv_grab_file grabber to work.
I followed the instructions regarding the grab file in this post
https://tvheadend.org/boards/4/topics/10322
The guide.xml file is located in appdata/tvheadend, and the tv_grab_file, which I downloaded from here (https://github.com/Rigolo/tv-grab-file) is located in /usr/bin.
I changed the line indicated in the instructions to cat /mnt/usr/appdata/tvheadend/guide.xml
When the grabber runs in tvheadend I get this message:
2017-11-19 20:49:09.654 xmltv: /usr/bin/tv_grab_file: grab /usr/bin/tv_grab_file
2017-11-19 20:49:09.657 spawn: Executing "/usr/bin/tv_grab_file"
2017-11-19 20:49:09.669 spawn: cat: '/config/data/*.xml': No such file or directory
2017-11-19 20:49:09.669 xmltv: /usr/bin/tv_grab_file: no output detected
2017-11-19 20:49:09.669 xmltv: /usr/bin/tv_grab_file: grab returned no data
Im not sure where the /config/data directory resides.
Any help would be greatly appreciated