[mythtv-users] tv_grab_au 2.0

Jean-Yves Avenard jyavenard at gmail.com
Wed Jun 21 22:26:55 UTC 2006


Hi


On 6/21/06, Michael Smith <myth at immir.com> wrote:
> Hi Aussies,
>
> Here's a major update, primarily due to an extensive patch supplied by
> Ian Dall.
>
>    <http://www.immir.com/tv_grab_au>
>

Works great for me..

I notice in the code that you can have things like this:
#    $duplicate = {
#       'act.abc.gov.au' => { 'ABC HD'       => 'hd.abc.gov.au',
#                             'ABC CHAN 22'  => '22.abc.gov.au' },
#       'eastern.sbs.com.au' => { 'SBS HD' => 'hd.eastern.sbs.com.au' }

In Melbourne the default config file would be:
$channels = {
  'ABC VIC' => 'abcvic.free.au',
  'ABC2' => 'abc2.abc.gov.au',
  'CHANNEL NINE MELBOURNE' => 'channelninemelbourne.free.au',
  'CHANNEL SEVEN MELBOURNE' => 'channelsevenmelbourne.free.au',
  'NETWORK TEN MELBOURNE' => 'networktenmelbourne.free.au',
  'SBS MELBOURNE' => 'sbsmelbourne.free.au',
  'SBS NEWS' => 'news.sbs.com.au'
};
$duplicate = {};

Is there specific channel information for ABC HD ?

Thanks
Jean-Yves


More information about the mythtv-users mailing list