| Revision 1261,
451 bytes
checked in by gbooker, 3 years ago
(diff) |
|
Added ability to calculate a show's sort path based on where files are currently located.
|
| Line | |
|---|
| 1 | #import "_SapphireTVShow.h" |
|---|
| 2 | |
|---|
| 3 | #define SapphireTVShowName @"TVShow" |
|---|
| 4 | |
|---|
| 5 | @interface SapphireTVShow : _SapphireTVShow {} |
|---|
| 6 | + (SapphireTVShow *)show:(NSString *)show inContext:(NSManagedObjectContext *)moc; |
|---|
| 7 | + (void)upgradeShowsVersion:(int)version fromContext:(NSManagedObjectContext *)oldMoc toContext:(NSManagedObjectContext *)newMoc; |
|---|
| 8 | + (NSArray *)sortMethods; |
|---|
| 9 | |
|---|
| 10 | - (NSComparisonResult)compare:(SapphireTVShow *)other; |
|---|
| 11 | - (NSString *)calculateAutoSortPath; |
|---|
| 12 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.