Adding a hash property to ITMTTrack
[MenuTunes.git] / ITMTRemote.h
index cc96262..05f54f9 100755 (executable)
@@ -40,7 +40,8 @@ typedef enum {
     ITMTDiscTotal,
     ITMTTrackComments,
     ITMTTrackGenre,
-    ITMTTrackRating
+    ITMTTrackRating,
+    ITMTTrackHash
 } ITMTTrackProperty;
 
 /*!
@@ -180,6 +181,9 @@ typedef enum {
 
 - (BOOL)selectTrack:(ITMTTrack *)track;
 - (BOOL)selectTrackAtIndex:(int)index;
+
+- (BOOL)selectNextTrack;
+- (BOOL)selectPreviousTrack;
 @end
 
 @interface ITMTPlaylist : NSObject <ITMTPlaylist>