X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d11efc8d287ca1643e9ac6a7b561cad7cd659bda..1527a78c2e1b1cc525a5c4621077844989aab6fd:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 950e3d6..b4e2a75 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -22,14 +22,6 @@ return nil; } -- (NSString *)sharedRemoteName -{ - NSString *name = [[NSUserDefaults standardUserDefaults] stringForKey:@"sharedPlayerName"]; - if (!name) - name = @"MenuTunes Shared Player"; - return name; -} - - (BOOL)begin { return NO; @@ -97,6 +89,11 @@ return nil; } +- (int)currentSourceIndex +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -142,6 +139,11 @@ return nil; } +- (NSString *)currentSongComposer +{ + return nil; +} + - (NSString *)currentSongAlbum { return nil; @@ -172,6 +174,11 @@ return nil; } +- (int)currentSongPlayCount +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -182,7 +189,7 @@ return NO; } -/* - (BOOL)equalizerEnabled +- (BOOL)equalizerEnabled { return NO; } @@ -190,7 +197,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} */ +} - (NSArray *)eqPresets { @@ -267,6 +274,11 @@ return NO; } +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2 +{ + return NO; +} + - (BOOL)switchToSongAtIndex:(int)index { return NO;