git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
I had the hotkeys disable on me for some reason. I think this might fix it.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
d5e0c62
..
3b4a828
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-79,11
+79,36
@@
return nil;
}
return nil;
}
+- (NSArray *)artists
+{
+ return nil;
+}
+
+- (NSArray *)albums
+{
+ return nil;
+}
+
+- (int)numberOfSources
+{
+ return nil;
+}
+
- (int)numberOfSongsInPlaylistAtIndex:(int)index
{
return nil;
}
- (int)numberOfSongsInPlaylistAtIndex:(int)index
{
return nil;
}
+- (ITMTRemotePlayerSource)currentSource
+{
+ return nil;
+}
+
+- (int)currentSourceIndex
+{
+ return nil;
+}
+
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
@@
-109,7
+134,7
@@
return nil;
}
return nil;
}
-- (NSString *)
currentSong
UniqueIdentifier
+- (NSString *)
playerState
UniqueIdentifier
{
return nil;
}
{
return nil;
}
@@
-129,6
+154,11
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongComposer
+{
+ return nil;
+}
+
- (NSString *)currentSongAlbum
{
return nil;
- (NSString *)currentSongAlbum
{
return nil;
@@
-149,6
+179,21
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongElapsed
+{
+ return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+ return nil;
+}
+
+- (int)currentSongPlayCount
+{
+ return nil;
+}
+
- (float)currentSongRating
{
return nil;
- (float)currentSongRating
{
return nil;
@@
-159,7
+204,7
@@
return NO;
}
return NO;
}
-
/*
- (BOOL)equalizerEnabled
+- (BOOL)equalizerEnabled
{
return NO;
}
{
return NO;
}
@@
-167,7
+212,7
@@
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
-}
*/
+}
- (NSArray *)eqPresets
{
- (NSArray *)eqPresets
{
@@
-244,6
+289,11
@@
return NO;
}
return NO;
}
+- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2
+{
+ return NO;
+}
+
- (BOOL)switchToSongAtIndex:(int)index
{
return NO;
- (BOOL)switchToSongAtIndex:(int)index
{
return NO;
@@
-254,4
+304,9
@@
return NO;
}
return NO;
}
+- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type
+{
+ return NO;
+}
+
@end
@end