Changeset 1075

Show
Ignore:
Timestamp:
06/27/08 02:26:05 (5 years ago)
Author:
paul
Message:

flag_aus_hdtv: fix gap filling of argumented programs and add comment explaining the different program lists

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/postprocessors/flag_aus_hdtv

    r1061 r1075  
    1616 
    1717my $progname = "flag_aus_hdtv"; 
    18 my $version = "0.41"; 
     18my $version = "0.42"; 
    1919 
    2020$| = 1; 
     
    582582} 
    583583 
     584# $hd keys are orignal xmlids, with {channel} set to HD xmlids from $channel_xmlid_to_opt_channel_xmlid 
     585#       details from SD channels 
     586#               that can be found in $channel_xmlid_to_opt_channel_xmlid 
     587#               and are detected as HD or "copysd" is set 
     588# $sd keys are 7HD, Prime HD, Nine HD, TEN HD plus other $opt_channel *HD variants 
     589#       details from untouched SD channels 
     590#               that can be found in $channel_xmlid_to_opt_channel_xmlid 
     591# $ar keys are 7HD, Prime HD, Nine HD, TEN HD 
     592#       details from HD channels only: 7HD, Prime HD, Nine HD, TEN HD 
    584593sub write_hd 
    585594{ 
     
    663672                while (defined $aprog) { 
    664673                        $aprog->{channel} = $channel_xmlid_to_opt_channel_xmlid{$xmlid}; 
    665                         &gapfill($prog->{channel}, $prog->{start}, $prog->{stop}); 
     674                        &gapfill($aprog->{channel}, $aprog->{start}, $aprog->{stop}); 
    666675                        $writer->write_programme($aprog); 
    667676                        $stats{wrote_prog_into_hdtv_channel}++; 
  • trunk/status

    r1074 r1075  
    1919postprocessor   imdb_augment_data   0.44 
    2020postprocessor   tvdb_augment_data   0.13 
    21 postprocessor   flag_aus_hdtv       0.41 
     21postprocessor   flag_aus_hdtv       0.42 
    2222postprocessor   augment_timezone    0.21