Changeset 333

Show
Ignore:
Timestamp:
11/28/07 00:45:38 (1 year ago)
Author:
pmerrill
Message:
  • Better Video Game (VG) filtering.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireMovieImporter.m

    r332 r333  
    565565                                        continue; 
    566566                                /*Skip Video Game titles (VG) */ 
    567                                 else if([resultTitleValue hasSuffix:@" (VG) "]) 
     567                                NSString *resultTitleVGReduced=[resultTitleValue stringByReplacingAllOccurancesOf:@"(VG)" withString:@""]; 
     568                                if([resultTitleVGReduced length] < [resultTitleValue length]) 
    568569                                        continue ; 
    569570                                [ret addObject:[NSDictionary dictionaryWithObjectsAndKeys: