The internal epg module is not displayed in webui.
Added by Yggrim Yggrim over 1 year ago
Hi.
Tvheadend runs from a container, the image is taken from linuxserver/tvheadend. To get the epg, I use my own grabber (tv_grab_my). I added the grabber as follows, mount the file into the container -v /path/to/tv_grab_my:/usr/bin/tv_grab_my. When I connect to the container, I find the grabber file in /usr/bin. Also, tv_find_grabbers finds my tv_grab_my. But the problem is that in the webui, in the EPG Grabber Modules section, my grabber is not displayed and so I cannot enable it. What do I need to do to activate the module?
Replies (3)
RE: The internal epg module is not displayed in webui. - Added by joe blow over 1 year ago
ls -all /usr/bin/tv_grab_my, should have execute permissions, if not chmod +x /usr/bin/tv_grab_my
RE: The internal epg module is not displayed in webui. - Added by Yggrim Yggrim over 1 year ago
ls -la /usr/bin/tv_grab_my
-r-xr-xr-x 1 root root 1126 May 20 15:02 /usr/bin/tv_grab_my
RE: The internal epg module is not displayed in webui. - Added by Oliver Schinagl over 1 year ago
Are you getting any errors? Are you certain your grabber is outputting what tvheadend is expecting?