Show
Ignore:
Timestamp:
06/13/08 15:57:37 (4 years ago)
Author:
gbooker
Message:

Changed the filtering method and the check for unwatched/favorite. This new system is far more powerful, and should actually be faster too. Implemented a bit more caching to help speed as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieDirectory.m

    r585 r588  
    7979        [oscar setPath:@"@MOVIES/Academy Award Winning"]; 
    8080        [oscar setNameKey:@"movie.title"]; 
    81          
     81        Basic_Directory_Function_Inits 
     82 
    8283        return self; 
    8384} 
     
    105106        for(i=0; i<count; i++) 
    106107        { 
    107                 if([[subDirs objectAtIndex:i] checkPredicate:filterPredicate]) 
     108                if([[subDirs objectAtIndex:i] containsFileMatchingFilterPredicate:filterPredicate]) 
    108109                        [ret addObject:[names objectAtIndex:i]]; 
    109110        }