X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/efd57bc799aac892be3c161826168729b0419fb4..855ab31dc6f063368085f5f31c70882ef7370b66:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 8753f6d..26fe9a0 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -59,6 +59,11 @@ nil]; } +- (BOOL)showPrimaryInterface +{ + return NO; +} + - (ITMTRemotePlayerRunningState)playerRunningState { return nil; @@ -79,7 +84,17 @@ return nil; } -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (int)currentSourceIndex +{ + return nil; +} + +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -94,6 +109,21 @@ return nil; } +- (int)currentAlbumTrackCount +{ + return nil; +} + +- (int)currentSongTrack +{ + return nil; +} + +- (NSString *)playerStateUniqueIdentifier +{ + return nil; +} + - (int)currentSongIndex { return nil; @@ -109,6 +139,11 @@ return nil; } +- (NSString *)currentSongComposer +{ + return nil; +} + - (NSString *)currentSongAlbum { return nil; @@ -129,6 +164,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -139,7 +184,7 @@ return NO; } -- (BOOL)equalizerEnabled +/* - (BOOL)equalizerEnabled { return NO; } @@ -147,7 +192,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} +} */ - (NSArray *)eqPresets { @@ -224,6 +269,11 @@ return NO; } +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +} + - (BOOL)switchToSongAtIndex:(int)index { return NO;