Changeset 978

Show
Ignore:
Timestamp:
12/08/07 01:22:49 (5 years ago)
Author:
paul
Message:

shepherd: check guide configure has a sd channel for each hd channel

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/applications/shepherd

    r973 r978  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '1.2.28'; 
     4my $version = '1.2.29'; 
    55 
    66# tv_grab_au 
     
    24262426    } 
    24272427 
     2428    foreach (keys %$opt_channels) 
     2429    { 
     2430        if (defined $opt_channels->{$_} && $_ =~ /HD$/) { 
     2431            my $sd = $_; 
     2432            $sd =~ s/HD$//; 
     2433            if (!defined $channels->{$sd}) { 
     2434                print "No corresponding SD channel for a HD channel.  '$_' needs '$sd'.  Please try again.\n"; 
     2435                exit; 
     2436            } 
     2437        } 
     2438    } 
     2439 
    24282440    foreach (keys %$channels) 
    24292441    { 
  • trunk/status

    r977 r978  
    1 application     shepherd            1.2.28 
     1application     shepherd            1.2.29 
    22reference       channel_list        9 
    33reference       Shepherd/Common.pm  0.29