Changeset 978
- Timestamp:
- 12/08/07 01:22:49 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r973 r978 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '1.2.2 8';4 my $version = '1.2.29'; 5 5 6 6 # tv_grab_au … … 2426 2426 } 2427 2427 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 2428 2440 foreach (keys %$channels) 2429 2441 { -
trunk/status
r977 r978 1 application shepherd 1.2.2 81 application shepherd 1.2.29 2 2 reference channel_list 9 3 3 reference Shepherd/Common.pm 0.29
