Adding a new proxy object for the networking. It's broken right now, but
[MenuTunes.git] / ITMTRemote.m
index 36b82eb..96fecda 100755 (executable)
@@ -1,4 +1,4 @@
-pen#import "ITMTRemote.h"
+#import "ITMTRemote.h"
 
 @implementation ITMTRemote
 
@@ -84,7 +84,12 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+    return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
 {
     return nil;
 }
@@ -99,7 +104,17 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
-- (NSString *)currentSongUniqueIdentifier
+- (int)currentAlbumTrackCount
+{
+    return nil;
+}
+
+- (int)currentSongTrack
+{
+    return nil;
+}
+
+- (NSString *)playerStateUniqueIdentifier
 {
     return nil;
 }
@@ -139,6 +154,16 @@ pen#import "ITMTRemote.h"
     return nil;
 }
 
+- (NSString *)currentSongElapsed
+{
+    return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+    return nil;
+}
+
 - (float)currentSongRating
 {
     return nil;
@@ -149,7 +174,7 @@ pen#import "ITMTRemote.h"
     return NO;
 }
 
-- (BOOL)equalizerEnabled
+/* - (BOOL)equalizerEnabled
 {
     return NO;
 }
@@ -157,7 +182,7 @@ pen#import "ITMTRemote.h"
 - (BOOL)setEqualizerEnabled:(BOOL)enabled
 {
     return NO;
-}
+} */
 
 - (NSArray *)eqPresets
 {