<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Marcel Janssen wrote:
<blockquote cite="mid200709062227.21865.korgull@home.nl" type="cite">
<pre wrap="">On Thursday 06 September 2007, Marcel Janssen wrote:
</pre>
<blockquote type="cite">
<pre wrap="">hi,
I upgraded my F7 and after this, mythfilldatabase stopped workiing, giving
the following error :
Grabbing XMLTV data using tv_grab_nl is not supported. You may need to
upgrade to the latest version of XMLTV.
xmltv version installed : xmltv.noarch 0:0.5.48-73.fc7
Any ideas ?
</pre>
</blockquote>
<pre wrap=""><!---->
If I run the following, mythfilldatabase works :
$ tv_grab_nl > datafile
$ mythfilldatabase --file 2 -1 datafile
Why doesn't it work by just running mythfilldatabase ?
Regards,
Marcel
</pre>
</blockquote>
Same problem here,<br>
<br>
I am running Mythdora 4 and mythfilldatabase 'on automatic' does not
work.<br>
For user mythtv I created a crontab with the approriate commands:<br>
--------------------------------------------------------------------------------------------------------------------------<br>
<br>
[mythtv@amd64backend ~]$ cat mythcron<br>
<br>
# crontab for user mythtv<br>
30 4 * * * sleep $(expr $RANDOM \% 14400) && /home/mythtv/mygrab<br>
<br>
[mythtv@amd64backend ~]$ cat mygrab<br>
#!/bin/sh<br>
#<br>
GRABBER=/usr/bin/tv_grab_nl_py<br>
OUTPUT=/home/mythtv/xmltvdata<br>
DAYS=7<br>
<br>
logger "Starting $GRABBER"<br>
$GRABBER --compat --logos --days $DAYS --output $OUTPUT<br>
/usr/bin/mythfilldatabase --update --file 1 0 $OUTPUT<br>
mv -f $OUTPUT $OUTPUT.old<br>
logger "Grabbing ended."<br>
<br>
------------------------------------------------------------------------------------------------------------------------<br>
As you can see I use the tv_grab_nl_py as it has much more useful data
than tv_grab_nl<br>
<br>
Gert<br>
<br>
<br>
<br>
</body>
</html>