X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fe7df02d208eb352ec57213e89545f28212fba8a..d11efc8d287ca1643e9ac6a7b561cad7cd659bda:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 8092d3e..950e3d6 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -22,6 +22,14 @@ return nil; } +- (NSString *)sharedRemoteName +{ + NSString *name = [[NSUserDefaults standardUserDefaults] stringForKey:@"sharedPlayerName"]; + if (!name) + name = @"MenuTunes Shared Player"; + return name; +} + - (BOOL)begin { return NO; @@ -59,6 +67,11 @@ nil]; } +- (BOOL)showPrimaryInterface +{ + return NO; +} + - (ITMTRemotePlayerRunningState)playerRunningState { return nil; @@ -79,7 +92,12 @@ return nil; } -- (NSString *)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -94,6 +112,21 @@ return nil; } +- (int)currentAlbumTrackCount +{ + return nil; +} + +- (int)currentSongTrack +{ + return nil; +} + +- (NSString *)playerStateUniqueIdentifier +{ + return nil; +} + - (int)currentSongIndex { return nil; @@ -129,6 +162,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -139,7 +182,7 @@ return NO; } -- (BOOL)equalizerEnabled +/* - (BOOL)equalizerEnabled { return NO; } @@ -147,7 +190,7 @@ - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} +} */ - (NSArray *)eqPresets {