Changeset 283

Show
Ignore:
Timestamp:
11/23/06 04:47:54 (7 years ago)
Author:
lincoln
Message:

reconciler fix: ensure we aren't using data from 2 programmes from the same grabber for filling in programme information, even if their titles match

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • reconcilers/reconciler_mk2

    r252 r283  
    9191 
    9292my $progname = "reconciler_mk2"; 
    93 my $version = "0.12"; 
     93my $version = "0.13"; 
    9494 
    9595use LWP::UserAgent; 
     
    16501650 
    16511651                for my $j ($i+1..($numprogs-1)) { 
     1652                        # skip if we're comparing titles from the same grabber 
     1653                        next if ($prog_list->[$i]->{grabber} eq $prog_list->[$j]->{grabber}); 
     1654 
    16521655                        my $compare_title = $prog_list->[$j]->{title}->[0]->[0]; 
    16531656                        if (canonicalizeTitles_match($primary_title, $compare_title)) { 
  • status

    r282 r283  
    1111grabber         ninemsn             0.01-r1 
    1212grabber         yahoo7web           0.01-r1 
    13 reconciler      reconciler_mk2      0.12-r1 
     13reconciler      reconciler_mk2      0.13 
    1414postprocessor   imdb_augment_data   0.05 
    1515postprocessor   flag_aus_hdtv       0.10.3-r1