Bug #1301
No internal XMLTV grabbers
0%
Description
Internal XMLTV grabbers aren't showing up anymore..
Placed in /usr/local/bin/ and chmodded
History
Updated by Adam Sutton about 12 years ago
- Category set to EPG - Grabbers
- Status changed from New to Need feedback
Is /usr/ocal/bin in the path at the time tvheadend is started? It now searches the path rather than an arbitrary at of paths .
Adam
Updated by Xaero - about 12 years ago
Yes. Started it after the system booted.. Also when manually starting tvheadend it isn't showing any of the grabbers.
Updated by Adam Sutton about 12 years ago
I think the only thing to do is add some debug to try and check where exactly TVH is scanning. I still suspect that either the problem is PATH related, or there is something odd about your scripts.
I'll try and post a patch tomorrow that will enable some extra debug to see what is happening. In the meantime maybe try manually starting TVH with an explicit path:
PATH=$PATH:/usr/local/bin tvheadend OPTIONS
Adam
Updated by Xaero - about 12 years ago
Hmm, moved the grabber to /usr/bin/ and now it got detected. So probably just something wrong with the path..
Updated by Adam Sutton about 12 years ago
- Status changed from Need feedback to Invalid
My guess is that /usr/local/bin is not in the path that is configured at the point that TVH is executed. If you're starting from an init/upstart script. Try editing /etc/default/tvheadend and setting PATH=$PATH:/usr/local/bin in there.
Closing this issue as I don't believe this is a bug in TVH, simply a misconfiguration.
Adam