X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/31ab86a87f78edfdd32810db1ff708ca8f5eaaca..c3ade301266db044b41f7e21df374fead6ff4d46:/ITMTRemote.h?ds=inline diff --git a/ITMTRemote.h b/ITMTRemote.h index 3d2015f..e4d3019 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -77,13 +77,11 @@ */ - (BOOL)halt; -- (NSArray *)sources; -- (int)currentSourceIndex; - -- (NSArray *)playlistsForCurrentSource; +- (int)numberOfSongsInPlaylistAtIndex:(int)index; +- (NSString *)classOfPlaylistAtIndex:(int)index; - (int)currentPlaylistIndex; -- (NSString *)songTitleAtIndex; +- (NSString *)songTitleAtIndex:(int)index; - (int)currentSongIndex; - (NSString *)currentSongTitle; @@ -99,10 +97,7 @@ - (BOOL)pause; - (BOOL)goToNextSong; - (BOOL)goToPreviousSong; -- (BOOL)goToNextPlaylist; -- (BOOL)goToPreviousPlaylist; -- (BOOL)switchToSourceAtIndex:(int)index; - (BOOL)switchToPlaylistAtIndex:(int)index; - (BOOL)switchToSongAtIndex:(int)index; - (BOOL)switchToEQAtIndex:(int)index;