Changeset 612

Show
Ignore:
Timestamp:
07/03/08 22:15:44 (6 months ago)
Author:
gbooker
Message:

Remaining of last commit
Search for cover art in case insensitive manner

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m

    r606 r612  
    6161                if([ext length] &&  
    6262                   [coverArtExtentions containsObject:ext] &&  
    63                    [lastComp isEqualToString:[file stringByDeletingPathExtension]]
     63                   [lastComp caseInsensitiveCompare:[file stringByDeletingPathExtension]] == NSOrderedSame
    6464                        return [directory stringByAppendingPathComponent:file]; 
    6565        } 
     
    178178                                                                                                 skip:[[skipped objectForKey:collectionPath] boolValue] 
    179179                                                                                           hidden:[[hidden objectForKey:collectionPath] boolValue] 
     180                                                                                           manual:[custom containsObject:collectionPath] 
    180181                                                                                        inContext:context]; 
    181182        }