| Revision 304,
486 bytes
checked in by gbooker, 5 years ago
(diff) |
|
Use the virtual directory of directories and now movies can be accessed by all, actor, director, and genre.
|
| Line | |
|---|
| 1 | // |
|---|
| 2 | // SapphireTVDirectory.h |
|---|
| 3 | // Sapphire |
|---|
| 4 | // |
|---|
| 5 | // Created by Graham Booker on 9/5/07. |
|---|
| 6 | // Copyright 2007 www.nanopi.net. All rights reserved. |
|---|
| 7 | // |
|---|
| 8 | |
|---|
| 9 | #import "SapphireVirtualDirectory.h" |
|---|
| 10 | |
|---|
| 11 | @interface SapphireTVDirectory : SapphireVirtualDirectoryOfDirectories { |
|---|
| 12 | } |
|---|
| 13 | - (id)initWithCollection:(SapphireMetaDataCollection *)myCollection; |
|---|
| 14 | @end |
|---|
| 15 | |
|---|
| 16 | @interface SapphireShowDirectory : SapphireVirtualDirectoryOfDirectories { |
|---|
| 17 | } |
|---|
| 18 | @end |
|---|
| 19 | |
|---|
| 20 | @interface SapphireSeasonDirectory : SapphireVirtualDirectory { |
|---|
| 21 | } |
|---|
| 22 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.