[mythtv-users] tv_grab_au problems?

Michael Smith myth at immir.com
Wed Jun 14 05:00:24 UTC 2006


> I checked the ninemsn site and the listing are there.  Anybody else?

Have ninemsn changed the heading name recently? Worth checking that the 
string used to match the column heading is ok.

Here are mine (for ACT obviously):

$channels = {
   'ABC' => 'act-abc',
   'ABC2' => 'act-abc2',
   'PRIME' => 'act-prime',
   'SBS EASTERN' => 'act-sbs',
   'CAPITAL' => 'act-capital',
   'WIN' => 'act-win'
};

the strings 'ABC', 'ABC2', 'PRIME' etc are supposed to match (case 
insensitively) the name in the heading of the column on the ninemsn 
page. I've trimmed mine down so that when they change 'PRIME SOUTHERN' 
to 'PRIME SOUTH EAST AUSTRALIA' or 'SOUTHERN PRIME TABLELANDS' or 
whatever, the 'PRIME' will still match the heading and everything will 
work smoothly throught the transition.

Michael.


More information about the mythtv-users mailing list