X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cfe2c029d37ca99332c794092229e97bd86d4ddd..1527a78c2e1b1cc525a5c4621077844989aab6fd:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 8cb5178..b4e2a75 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -89,6 +89,11 @@ return nil; } +- (int)currentSourceIndex +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -134,6 +139,11 @@ return nil; } +- (NSString *)currentSongComposer +{ + return nil; +} + - (NSString *)currentSongAlbum { return nil; @@ -159,6 +169,16 @@ return nil; } +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + +- (int)currentSongPlayCount +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -169,7 +189,7 @@ return NO; } -/* - (BOOL)equalizerEnabled +- (BOOL)equalizerEnabled { return NO; } @@ -177,7 +197,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} */ +} - (NSArray *)eqPresets { @@ -254,6 +274,11 @@ return NO; } +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +} + - (BOOL)switchToSongAtIndex:(int)index { return NO;