git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding currentSource to the plugin API, and a placeholder method for
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
50fcb21
..
bd7e106
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-84,7
+84,12
@@
return nil;
}
return nil;
}
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+ return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
}
{
return nil;
}
@@
-99,6
+104,21
@@
return nil;
}
return nil;
}
+- (int)currentAlbumTrackCount
+{
+ return nil;
+}
+
+- (int)currentSongTrack
+{
+ return nil;
+}
+
+- (NSString *)playerStateUniqueIdentifier
+{
+ return nil;
+}
+
- (int)currentSongIndex
{
return nil;
- (int)currentSongIndex
{
return nil;
@@
-144,7
+164,7
@@
return NO;
}
return NO;
}
-- (BOOL)equalizerEnabled
+
/*
- (BOOL)equalizerEnabled
{
return NO;
}
{
return NO;
}
@@
-152,7
+172,7
@@
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
-}
+}
*/
- (NSArray *)eqPresets
{
- (NSArray *)eqPresets
{