X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/b5111a52983c34e3d63dd8547a1f259a7cb5edda..93a60b6d98f84d592631266e1ee0caabe3642551:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 91c3512..6f10b7b 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -324,6 +324,16 @@ er's process managment. */ - (BOOL)setCurrentSongRating:(float)rating; +/*! + * @method currentSongShuffable + */ +- (BOOL)currentSongShufflable; + +/*! + * @method setCurrentSongShuffable: + */ +- (BOOL)setCurrentSongShufflable:(BOOL)shufflable; + /*! * @method equalizerEnabled */ @@ -424,6 +434,11 @@ er's process managment. */ - (BOOL)switchToEQAtIndex:(int)index; +/*! + * @method makePlaylistWithTerm:ofType: + */ +- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type; + @end /*!