<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Load v4l ?</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1264" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>newbie comment on documentation and setting up a 
user cron job for filling the database:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>it would be helpful to have 
mythfilldatabasecron&nbsp;installed into $HOME/.mythtv/ </FONT></DIV>
<DIV><FONT face=Arial size=2>the documentation assumes you have myth source in 
your home directory but moving it to $HOME/.mythtv can make it 
consistent.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>excerpt below.</FONT></DIV>
<DIV>
<P>The default <B>configfiles/mythcrontab</B> file will run the 
<B>mythfilldatabase</B> program every day at 0430. If you want to change this, 
then open the <CODE>configfiles/mythcrontab</CODE> file in your favorite editor 
and modify it as you like. Once you're satisfied with the time that 
<B>mythfilldatabase</B> will run, save and exit, and return to the shell prompt. 

<BLOCKQUOTE><CODE><PRE>$ cd configfiles
$ crontab mythcrontab
$ crontab -l  NOTE: this is a lowercase L.
# The following will run the mythfilldatabase shell script at 0430
# every day.  Format is
# minutes hour day_of_month month day_of_week
# man 5 crontab for more information
# Need to use a shell script because the QTDIR environment variable isn't
# being honored by crontab?
# The next text should be all on the same line.
30 04 * * * /bin/bash $HOME/mythtv-0.11/configfiles/mythfilldatabasecron

</PRE><PRE>&nbsp;</PRE></CODE></BLOCKQUOTE></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>