Changeset 870
- Timestamp:
- 07/18/07 06:06:18 (6 years ago)
- Files:
-
- 2 modified
-
postprocessors/imdb_augment_data (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
postprocessors/imdb_augment_data
r869 r870 27 27 28 28 my $progname = "imdb_augment_data"; 29 my $version = "0.3 1";29 my $version = "0.32"; 30 30 31 31 use XMLTV; … … 1003 1003 } 1004 1004 1005 $prog->{date} = $imdb->{year} if ($imdb->{year} );1005 $prog->{date} = $imdb->{year} if ($imdb->{year} && !$prog->{date}); 1006 1006 # $prog->{length} = $imdb->{runtime} if ($imdb->{runtime}); 1007 1007 … … 1076 1076 if ($imdb->{certifications}->{$country} && 1077 1077 $imdb->{certifications}->{$country} ne 'Unrated' && 1078 $imdb->{certifications}->{$country} ne 'Not Rated') { 1078 $imdb->{certifications}->{$country} ne 'Not Rated' && 1079 $imdb->{certifications}->{$country} ne 'Approved') { 1079 1080 push(@{($prog->{rating})},[$imdb->{certifications}->{$country},$country,undef]); 1080 1081 $useful_rating = 1; -
status
r869 r870 15 15 grabber ten_website 1.03 16 16 reconciler reconciler_mk2 0.34 17 postprocessor imdb_augment_data 0.3 117 postprocessor imdb_augment_data 0.32 18 18 postprocessor tvdb_augment_data 0.06 19 19 postprocessor flag_aus_hdtv 0.19
