How can I use the epgdump script
Added by blaablupp vomVfB over 8 years ago
Hi, I am trying to use the epgdump script. I have loaded the script from https://github.com/tvheadend/tvheadend/blob/master/support/epgdump. But if I excute the script with ./epgdump ~TVH_USER/.hts/epgdb.v2, I get following error:
Traceback (most recent call last):
File "./epgdump", line 27, in <module>
import tvh.htsmsg as htsmsg
ImportError: No module named tvh.htsmsg
What I am doing wrong?
Replies (3)
RE: How can I use the epgdump script - Added by Mark Clarkstone over 8 years ago
If you're using Tvheadend 4.1, why not just export your epg as xmltv? http://ip:9981/xmltv
That python error basically means it can't find the module tvh, is tvh.py it in the same dir?
RE: How can I use the epgdump script - Added by Ulrich Buck over 8 years ago
For epgdump you need
https://github.com/tvheadend/tvheadend/tree/master/lib/py/tvh
RE: How can I use the epgdump script - Added by blaablupp vomVfB over 8 years ago
Hi,
the xmltv export in Tvheadend 4.1, is exactly what I was looking for.
Additional the new function "Reuse EPG from:" solves my next problem.
Thank you very much!