LinuxMCE Forums

General => Users => Topic started by: wout on April 28, 2008, 09:08:50 am

Title: run mythfilldatabase scheduled
Post by: wout on April 28, 2008, 09:08:50 am
My mythtv tv schedule does't update itself. How do I make mythfilldatabase run on a schedule?
Title: Re: run mythfilldatabase scheduled
Post by: jondecker76 on May 03, 2008, 04:12:58 am
mine doesn't update its self either. I also would like to know how to get this to happen automatically
Title: Re: run mythfilldatabase scheduled
Post by: skeptic on May 03, 2008, 08:39:11 am
Glad you two posted this, I was just about to go into Myth and schedule updates.  As that apparently doesn't work, I just created this file:

-rwxr-xr-x 1 root root 59 2008-05-03 00:35 /etc/cron.daily/mythfilldatabase

With this in it:

#!/bin/sh
#
# mythfilldatabase
#
/usr/bin/mythfilldatabase

If mythfilldatabase should have additional flags, please let me (us) know.
Title: Re: run mythfilldatabase scheduled
Post by: wout on May 03, 2008, 12:14:25 pm
Thanks man. I've added the script. Will post results later!