git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Scripts now run when the player switches to no song playing.
[MenuTunes.git]
/
ITMTRemote.h
diff --git
a/ITMTRemote.h
b/ITMTRemote.h
index
e296bdd
..
0d2c21a
100755
(executable)
--- a/
ITMTRemote.h
+++ b/
ITMTRemote.h
@@
-214,6
+214,11
@@
er's process managment.
*/
- (ITMTRemotePlayerSource)currentSource;
*/
- (ITMTRemotePlayerSource)currentSource;
+/*!
+ * @method currentSourceIndex
+ */
+- (int)currentSourceIndex;
+
/*!
* @method currentPlaylistClass
*/
/*!
* @method currentPlaylistClass
*/
@@
-284,6
+289,11
@@
er's process managment.
*/
- (NSString *)currentSongElapsed;
*/
- (NSString *)currentSongElapsed;
+/*!
+ * @method currentSongAlbumArt
+ */
+- (NSImage *)currentSongAlbumArt;
+
/*!
* @method currentSongRating
*/
/*!
* @method currentSongRating
*/
@@
-369,6
+379,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:
*/