[mythtv-users] no program details using tv_grab_uk_rt

Richie Jarvis richie at helkit.com
Thu Feb 5 17:41:37 EST 2004


Ah HA!

Got it sorted....

In the tv_grab_uk_rt script, change the default value for  $opt_slow 
from a 0 to a 1:

# No default for $opt_days, we determine it from the site.
$opt_offset = 0; # default today
$opt_quiet  = 0; # default
$opt_slow   = 1; # default

Then re-run mythfilldatabase, and all will be sorted..... 

Whilst you are at it - change the $GET_CATEGORIES to 1 as well - that 
will allow category grabbing again.

# Whether to fetch categories (makes everything slower)
my $GET_CATEGORIES = 1;

Hope this helps,

Richie




More information about the mythtv-users mailing list