News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

run mythfilldatabase scheduled

Started by wout, April 28, 2008, 09:08:50 AM

Previous topic - Next topic

wout

My mythtv tv schedule does't update itself. How do I make mythfilldatabase run on a schedule?

jondecker76

mine doesn't update its self either. I also would like to know how to get this to happen automatically

skeptic

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.

wout

Thanks man. I've added the script. Will post results later!