X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/38eeefe80602c6a1bac5083baef95e32d01757b1..865ed626fce033da225a4a93646ad185f72c74ff:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 82da725..9cd019b 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -204,6 +204,16 @@ er's process managment. */ - (NSArray *)playlists; +/*! + * @method artists + */ +- (NSArray *)artists; + +/*! + * @method albums + */ +- (NSArray *)albums; + /*! * @method numberOfSongsInPlaylistAtIndex: */ @@ -214,6 +224,11 @@ er's process managment. */ - (ITMTRemotePlayerSource)currentSource; +/*! + * @method currentSourceIndex + */ +- (int)currentSourceIndex; + /*! * @method currentPlaylistClass */ @@ -259,6 +274,11 @@ er's process managment. */ - (NSString *)currentSongArtist; +/*! + * @method currentSongComposer + */ +- (NSString *)currentSongComposer; + /*! * @method currentSongAlbum */ @@ -289,6 +309,11 @@ er's process managment. */ - (NSImage *)currentSongAlbumArt; +/*! + * @method currentSongPlayCount + */ +- (int)currentSongPlayCount; + /*! * @method currentSongRating */ @@ -299,6 +324,16 @@ er's process managment. */ - (BOOL)setCurrentSongRating:(float)rating; +/*! + * @method equalizerEnabled + */ +- (BOOL)equalizerEnabled; + +/*! + * @method setEqualizerEnabled: + */ +- (BOOL)setEqualizerEnabled:(BOOL)enabled; + /*! * @method eqPresets */ @@ -374,6 +409,11 @@ er's process managment. */ - (BOOL)switchToPlaylistAtIndex:(int)index; +/*! + * @method switchToPlaylistAtIndex: + */ +- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2; + /*! * @method switchToSongAtIndex: */ @@ -384,6 +424,11 @@ er's process managment. */ - (BOOL)switchToEQAtIndex:(int)index; +/*! + * @method makePlaylistWithTerm:ofType: + */ +- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type; + @end /*!