Changeset 722
- Timestamp:
- 05/31/07 07:14:32 (6 years ago)
- Files:
-
- 2 modified
-
postprocessors/imdb_augment_data (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
postprocessors/imdb_augment_data
r721 r722 27 27 28 28 my $progname = "imdb_augment_data"; 29 my $version = "0.1 8";29 my $version = "0.19"; 30 30 31 31 use XMLTV; … … 59 59 $opt->{min_duration} = 65; # 65 mins 60 60 $opt->{max_duration} = 240; # 4 hours 61 $opt->{skip_categories} = " Reality,Shopping,Business and Finance,Game Show,News,Parliament,LiveStyle,Variety,Current Affairs,Infomercial,sports,Sport,Weather,live";61 $opt->{skip_categories} = "Infotainment,Shopping,Business and Finance,Game Show,News,Parliament,Current Affairs,sports,Sport,Weather,Reality,live"; 62 62 $opt->{cache_details_for} = 120; # cache movie details for 4 months 63 63 $opt->{cache_title_for} = 120; # cache title lookups for 4 months -
status
r721 r722 15 15 grabber ten_website 1.01 16 16 reconciler reconciler_mk2 0.26 17 postprocessor imdb_augment_data 0.1 817 postprocessor imdb_augment_data 0.19 18 18 postprocessor flag_aus_hdtv 0.17 19 19 postprocessor augment_timezone 0.13
