git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a play count option to track info.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
bd7e106
..
b4e2a75
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-89,6
+89,11
@@
return nil;
}
return nil;
}
+- (int)currentSourceIndex
+{
+ return nil;
+}
+
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
@@
-134,6
+139,11
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongComposer
+{
+ return nil;
+}
+
- (NSString *)currentSongAlbum
{
return nil;
- (NSString *)currentSongAlbum
{
return nil;
@@
-154,6
+164,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;
@@
-164,7
+189,7
@@
return NO;
}
return NO;
}
-
/*
- (BOOL)equalizerEnabled
+- (BOOL)equalizerEnabled
{
return NO;
}
{
return NO;
}
@@
-172,7
+197,7
@@
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
-}
*/
+}
- (NSArray *)eqPresets
{
- (NSArray *)eqPresets
{
@@
-249,6
+274,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;