git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
playerPlayingState works properly in 10.4 now. It should work in 10.3/10.2 fine also...
[MenuTunes.git]
/
ITMTRemote.h
diff --git
a/ITMTRemote.h
b/ITMTRemote.h
index
f783204
..
9cd019b
100755
(executable)
--- a/
ITMTRemote.h
+++ b/
ITMTRemote.h
@@
-204,6
+204,16
@@
er's process managment.
*/
- (NSArray *)playlists;
*/
- (NSArray *)playlists;
+/*!
+ * @method artists
+ */
+- (NSArray *)artists;
+
+/*!
+ * @method albums
+ */
+- (NSArray *)albums;
+
/*!
* @method numberOfSongsInPlaylistAtIndex:
*/
/*!
* @method numberOfSongsInPlaylistAtIndex:
*/
@@
-214,6
+224,11
@@
er's process managment.
*/
- (ITMTRemotePlayerSource)currentSource;
*/
- (ITMTRemotePlayerSource)currentSource;
+/*!
+ * @method currentSourceIndex
+ */
+- (int)currentSourceIndex;
+
/*!
* @method currentPlaylistClass
*/
/*!
* @method currentPlaylistClass
*/
@@
-259,6
+274,11
@@
er's process managment.
*/
- (NSString *)currentSongArtist;
*/
- (NSString *)currentSongArtist;
+/*!
+ * @method currentSongComposer
+ */
+- (NSString *)currentSongComposer;
+
/*!
* @method currentSongAlbum
*/
/*!
* @method currentSongAlbum
*/
@@
-279,6
+299,21
@@
er's process managment.
*/
- (NSString *)currentSongRemaining;
*/
- (NSString *)currentSongRemaining;
+/*!
+ * @method currentSongElapsed
+ */
+- (NSString *)currentSongElapsed;
+
+/*!
+ * @method currentSongAlbumArt
+ */
+- (NSImage *)currentSongAlbumArt;
+
+/*!
+ * @method currentSongPlayCount
+ */
+- (int)currentSongPlayCount;
+
/*!
* @method currentSongRating
*/
/*!
* @method currentSongRating
*/
@@
-289,6
+324,16
@@
er's process managment.
*/
- (BOOL)setCurrentSongRating:(float)rating;
*/
- (BOOL)setCurrentSongRating:(float)rating;
+/*!
+ * @method equalizerEnabled
+ */
+- (BOOL)equalizerEnabled;
+
+/*!
+ * @method setEqualizerEnabled:
+ */
+- (BOOL)setEqualizerEnabled:(BOOL)enabled;
+
/*!
* @method eqPresets
*/
/*!
* @method eqPresets
*/
@@
-364,6
+409,11
@@
er's process managment.
*/
- (BOOL)switchToPlaylistAtIndex:(int)index;
*/
- (BOOL)switchToPlaylistAtIndex:(int)index;
+/*!
+ * @method switchToPlaylistAtIndex:
+ */
+- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2;
+
/*!
* @method switchToSongAtIndex:
*/
/*!
* @method switchToSongAtIndex:
*/
@@
-374,6
+424,11
@@
er's process managment.
*/
- (BOOL)switchToEQAtIndex:(int)index;
*/
- (BOOL)switchToEQAtIndex:(int)index;
+/*!
+ * @method makePlaylistWithTerm:ofType:
+ */
+- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type;
+
@end
/*!
@end
/*!