[mythtv-users] tv_grab_au 1.49

Michael Fox fox.michael at gmail.com
Fri Feb 10 23:29:20 UTC 2006


On 2/11/06, Phill Edwards <philledwards at gmail.com> wrote:
> I think you and I may have the same trouble (see my earlier post). I
> bet if you look in the XML file it creates you'll find that it only
> contains a few lines which are the channel definitions. It doesn't
> seem to be downloading any program data.

Yeah :( think I will go back a version, as we all need guide data after all.

Here is my config, which I've been using against all previous versions
to date (and its the same one generated by the application itself from
questions asked).

mythtv at mythmbe1:~/.mythtv$ more immir.xmltv
$conf = {
  'TZ' => '+1000',
  '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'
};
$duplicate = {};


More information about the mythtv-users mailing list