[mythtv-users] tv_grab_au 1.49

Phill Edwards philledwards at gmail.com
Fri Feb 10 12:25:10 UTC 2006


> Me again. Another minor update. Channel matches are now substring
> matches rather than regular expressions; this means that channel names
> with symbols like '+' and '*' won't present problems anymore. Note that
> the previous change ensures that the longest matching string is used to
> decided the channel id for the column (fixing another reported bug).

Thanks Michael.

I've just noticed that I'm still on v1.42 so I tried the new version
1.49 tonight. For some reason v1.42 brings down the data perfectly but
v1.49 doesn't put any program data into the XML file - it only puts
the channel info.

Here's my conf file which I've used for both versions:

$conf = {
  'days' => 7,
  'output' => '/home/mythtv/.xmltv/tvlistings_9msn.xml',
  'TZ' => '+1100',
  'services' => [
    {
      'name' => 'free',
      'region' => 'Sydney',
      'regionid' => '73'
    }
  ],
  'slow' => 1
};
$channels = {
  'ABC NSW' => 'nsw.abc.gov.au',
  'ABC2' => 'abc2.abc.gov.au',
  'CHANNEL NINE SYDNEY' => 'sydney.nine.com.au',
  'CHANNEL SEVEN SYDNEY' => 'sydney.seven.com.au',
  'NETWORK TEN SYDNEY' => 'sydney.ten.com.au',
  'SBS NEWS' => 'news.sbs.com.au',
  'SBS SYDNEY' => 'sydney.sbs.com.au'

Does anyone know what may be wrong here? I'd like to keep with the
latest version if possible.

Regards,
Phill


More information about the mythtv-users mailing list