New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tvheadend XMLTV grabber #278
Comments
|
The same here.... |
|
This is not possible because Perl hasn't the required modules to do that. Perl is a mess to cross compile so this is not an option. |
|
Problem here is that the start script of the package previously used a su before running tvheadend. This causes the application to use a different PATH variable. However if you are still experiencing issues with this, you should add the directory to your xml grabber in the path variable and start tvheadend manually PATH=$PATH:/opt/path-to-grabber /usr/local/tvheadend/bin/tvheadend -d Now the process will be attached to ur shell and you will see debug messages directly. It should tell you whether it found the xml tv grabbers or not at startup tiime. |
|
The commit in which this change was done is ea88011 |
|
I had similar (same?) issue and fixed it by installing bash
bash is installed in /opt/bin/bash, so make sure you update first line of grabber script
Diaoul, I believe the Perl modules are only required to create an XMLTV file, according to this: |
|
If someone achieved to make this work without any PERL dependency please state the detailed steps here. |
The Internal XMLTV grabber is not working.
I cannot choose any grabber in the xmltv drobdown menu.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: