Show
Ignore:
Timestamp:
06/05/08 21:08:51 (5 years ago)
Author:
paul
Message:

regions 90 and 98 change and new regions 266,267,268
remove Prime (Regional Victoria),Prime (Albury) and Prime Canberra/Sth Coast
add TEN HD to region 74 darwin
other cleanups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/applications/shepherd

    r1057 r1061  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '1.3.5'; 
     4my $version = '1.3.6'; 
    55 
    66# tv_grab_au 
     
    9191        79 => "QLD: Cairns",    81 => "SA: Adelaide",   82 => "SA: Renmark", 
    9292        83 => "SA: Riverland",  85 => "SA: South East SA",      86 => "SA: Spencer Gulf", 
    93         88 => "TAS: Tasmania",  90 => "VIC: Eastern Victoria",  93 => "VIC: Geelong", 
    94         94 => "VIC: Melbourne", 95 => "VIC: Mildura/Sunraysia", 98 => "VIC: Western Victoria", 
     93        88 => "TAS: Tasmania",  90 => "VIC: Ballarat",  93 => "VIC: Geelong", 
     94        94 => "VIC: Melbourne", 95 => "VIC: Mildura/Sunraysia", 98 => "VIC: Gippsland", 
    9595        101 => "WA: Perth",     102 => "WA: Regional",  106 => "NSW: Remote and Central", 
    9696        107 => "SA: Remote and Central",        108 => "NT: Remote and Central",        114 => "QLD: Remote and Central", 
    97         126 => "ACT: ACT",      184 => "NSW: Newcastle",        253 => "QLD: Mackay", 
     97        126 => "ACT: Canberra", 184 => "NSW: Newcastle",        253 => "QLD: Mackay", 
    9898        254 => "QLD: Rockhampton",      255 => "QLD: Sunshine Coast",   256 => "QLD: Toowoomba", 
    9999        257 => "QLD: Townsville",       258 => "QLD: Wide Bay", 259 => "NSW: Far South Coast", 
    100100        261 => "NSW: Lismore/Coffs Harbour",    262 => "NSW: Orange/Dubbo",     263 => "NSW: Taree/Port Macquarie", 
    101         264 => "NSW: Wagga Wagga",); 
     101        264 => "NSW: Wagga Wagga",      266 => "VIC: Bendigo",  267 => "VIC: Shepparton", 
     102        268 => "VIC: Albury/Wodonga",); 
    102103 
    103104my $hd_to_sds; 
    104105@{$hd_to_sds->{"7HD"}} = ("Seven","Southern Cross","Central GTS/BKN","Golden West"); 
    105 @{$hd_to_sds->{"Prime HD"}} = ("Prime","Prime (Regional Victoria)","Prime (Albury)"); 
     106@{$hd_to_sds->{"Prime HD"}} = ("Prime"); 
    106107@{$hd_to_sds->{"Nine HD"}} = ("Nine","WIN","NBN","Imparja"); 
    107 @{$hd_to_sds->{"TEN HD"}} = ("TEN","TEN (NSW: Southern NSW)","TEN (Mildura Digital)", 
    108         "Sthn Cross TEN","WIN TEN","TDT"); 
     108@{$hd_to_sds->{"TEN HD"}} = ("TEN","Sthn Cross TEN","WIN TEN","TDT","DDT"); 
    109109 
    110110