janpascal / tv_grab_nl_java

XMLtv grabber for The Netherlands using the tvgids.nl JSON interface
GNU General Public License v2.0
11 stars 2 forks source link

tvvheadend compatible ? #22

Closed jteeuw closed 9 years ago

jteeuw commented 9 years ago

Is tv_grab_nl tvheadend compatible, I get the folling error when I exucte ./tv_grab_nl.py --days 7 | nc -U /home/hts/.hts/tvheadend/epggrab/xmltv.sock

2015-04-07 13:29:14.964 xmltv: htsmsg_xml_deserialize error 2015-04-07 13:29:14.964 xmltv: failed to read data

janpascal commented 9 years ago

Are you sure you're at the right product? You refer to a Python script, while this project is about a Java program.

Anyway, the tv_grab_nl_java grabber is xmltv compatible. You will need to first configure it. If you pipe stdout of the grabber directly into some other process, you may want to use the --quiet flag to prevent progress information to interfere with the xmltv output.

Cheers

Jan-Pascal

On 04/07/2015 01:32 PM, jteeuw wrote:

Is tv_grab_nl tvheadend compatible, I get the folling error when I exucte ./tv_grab_nl.py --days 7 | nc -U /home/hts/.hts/tvheadend/epggrab/xmltv.sock

2015-04-07 13:29:14.964 xmltv: htsmsg_xml_deserialize error 2015-04-07 13:29:14.964 xmltv: failed to read data

— Reply to this email directly or view it on GitHub https://github.com/janpascal/tv_grab_nl_java/issues/22.

janpascal commented 9 years ago

Hi, any progress using my suggestion?

janpascal commented 9 years ago

Weird question, no follow-up, closing issue.

jteeuw commented 9 years ago

I was using the wrong grabber, everything works with the --quiet flag