Changeset 870 for postprocessors/imdb_augment_data
- Timestamp:
- 07/18/07 06:06:18 (6 years ago)
- Files:
-
- 1 modified
-
postprocessors/imdb_augment_data (modified) (3 diffs)
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;
