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
