Changeset 758

Show
Ignore:
Timestamp:
01/21/09 19:33:15 (3 years ago)
Author:
gbooker
Message:

Skip TV Series, and not TV Movies.
Refs #235

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/MetaDataImporting/SapphireMovieImporter.m

    r744 r758  
    638638                                if([resultTitleValue rangeOfString:@"(VG)"].location != NSNotFound) 
    639639                                        continue ; 
     640                                if([resultTitleValue rangeOfString:@"(TV series)" options:NSCaseInsensitiveSearch].location != NSNotFound) 
     641                                        continue; 
    640642                                [ret addObject:[NSDictionary dictionaryWithObjectsAndKeys: 
    641643                                        [[result objectsForXQuery:IMDB_RESULT_NAME_XPATH error:&error] objectAtIndex:0], MOVIE_TRAN_IMDB_NAME_KEY,