Changeset 1075
- Timestamp:
- 06/27/08 02:26:05 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
postprocessors/flag_aus_hdtv (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/postprocessors/flag_aus_hdtv
r1061 r1075 16 16 17 17 my $progname = "flag_aus_hdtv"; 18 my $version = "0.4 1";18 my $version = "0.42"; 19 19 20 20 $| = 1; … … 582 582 } 583 583 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 584 593 sub write_hd 585 594 { … … 663 672 while (defined $aprog) { 664 673 $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}); 666 675 $writer->write_programme($aprog); 667 676 $stats{wrote_prog_into_hdtv_channel}++; -
trunk/status
r1074 r1075 19 19 postprocessor imdb_augment_data 0.44 20 20 postprocessor tvdb_augment_data 0.13 21 postprocessor flag_aus_hdtv 0.4 121 postprocessor flag_aus_hdtv 0.42 22 22 postprocessor augment_timezone 0.21
