Show
Ignore:
Timestamp:
11/16/2009 08:07:37 PM (2 years ago)
Author:
gbooker
Message:

Made the virtual directory importer more global and at completed the custom virtual directory setup for tv directories.
Refs #313

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/MetaData/SapphireMObjects/SapphireTVShow.h

    r734 r966  
    77+ (SapphireTVShow *)showWithPath:(NSString *)path inContext:(NSManagedObjectContext *)moc; 
    88+ (void)upgradeV1ShowsFromContext:(NSManagedObjectContext *)oldMoc toContext:(NSManagedObjectContext *)newMoc; 
     9+ (NSArray *)sortMethods; 
    910 
    1011- (NSComparisonResult)compare:(SapphireTVShow *)other;