Christoffer Kjølbæk I have a blog, therefore I am…

28Jan/071

mythfilldatabase not supporting tv_grab_dk???

After re-installing mythtv on Ubuntu Dapper (link), mythfilldatabase gives this error:

Grabbing XMLTV data using tv_grab_dk is not supported. You may need to upgrade to the latest version of XMLTV.

Therefore I made this little script, and placed it in /etc/cron.daily

#!/bin/sh
DATAFILE=/tmp/data.$$
tv_grab_dk --config-file /home/mythtv/.mythtv/TDC.xmltv > $DATAFILE
mythfilldatabase --file 2 -1 $DATAFILE
mythbackend --resched 
Kommentarer (1) Trackbacks (0)
  1. I have a similar problem with tv_grab_au. Thanks for the fix.

    I’ll probably check out the source later to find out exactly whats going on.


Læg en kommentar


Ingen trackbacks endnu.