Internal epg grabber stop working due to tvheadend change
Added by Ramon Moliner almost 10 years ago
Hi,
I am using wg++ (http://www.webgrabplus.com/) to generate the xmltv file to be imported to tvheadend epg.
To import the wg++ output to tvheadend, I am using "tv_grab_wg++"
http://www.webgrabplus.com/documentation/interact-your-pvr-software/tvheadend
this script is based on "tv_grab_file"
https://code.google.com/p/tv-grab-file/
Well, due to some recent change on tvheadend code, these shell scripts are not selectable to run as "internal grabber" for tvheadend
https://tvheadend.org/projects/tvheadend/repository/revisions/1a622c1b678c542bdd8ef9040e798b84105fa5ad
https://tvheadend.org/projects/tvheadend/repository/revisions/1a622c1b678c542bdd8ef9040e798b84105fa5ad/diff/src/epggrab/module/xmltv.c
I have found that the new code pass a new argument to the scripts. Before: --description. Now: --description --quiet
These scripts does not support --quiet argument. So, tvheadend discard them.
I have modified the scripts to accept "--quiet" argument.
So, my tvheadend EPG has return to live !!
I hope it help you
tv_grab_wg++ (1.22 KB) tv_grab_wg++ | Modified tv_grab_wg++ |
Replies (3)
RE: Internal epg grabber stop working due to tvheadend change - Added by Sergio Soler almost 10 years ago
Hi,
I have the same problem.
I've tested the file but no solution for me. Still no available internal grabber.
thanks
RE: Internal epg grabber stop working due to tvheadend change - Added by Bernard DELAVILLE almost 10 years ago
solved since 3.9.2194
RE: Internal epg grabber stop working due to tvheadend change - Added by Ramon Moliner almost 10 years ago
Merci Bernard