X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/2d58e7c682543939c0ae261514af569f7ac51fa3..d11efc8d287ca1643e9ac6a7b561cad7cd659bda:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index d5e0c62..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; @@ -84,6 +92,11 @@ return nil; } +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -109,7 +122,7 @@ return nil; } -- (NSString *)currentSongUniqueIdentifier +- (NSString *)playerStateUniqueIdentifier { return nil; } @@ -149,6 +162,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil;