git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Did some tinkering, nothing really useful done though. Removed a useless
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
36b82eb
..
96fecda
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-1,4
+1,4
@@
-
pen
#import "ITMTRemote.h"
+#import "ITMTRemote.h"
@implementation ITMTRemote
@implementation ITMTRemote
@@
-84,7
+84,12
@@
pen#import "ITMTRemote.h"
return nil;
}
return nil;
}
-- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+ return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
}
{
return nil;
}
@@
-99,7
+104,17
@@
pen#import "ITMTRemote.h"
return nil;
}
return nil;
}
-- (NSString *)currentSongUniqueIdentifier
+- (int)currentAlbumTrackCount
+{
+ return nil;
+}
+
+- (int)currentSongTrack
+{
+ return nil;
+}
+
+- (NSString *)playerStateUniqueIdentifier
{
return nil;
}
{
return nil;
}
@@
-139,6
+154,16
@@
pen#import "ITMTRemote.h"
return nil;
}
return nil;
}
+- (NSString *)currentSongElapsed
+{
+ return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+ return nil;
+}
+
- (float)currentSongRating
{
return nil;
- (float)currentSongRating
{
return nil;
@@
-149,7
+174,7
@@
pen#import "ITMTRemote.h"
return NO;
}
return NO;
}
-- (BOOL)equalizerEnabled
+
/*
- (BOOL)equalizerEnabled
{
return NO;
}
{
return NO;
}
@@
-157,7
+182,7
@@
pen#import "ITMTRemote.h"
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
- (BOOL)setEqualizerEnabled:(BOOL)enabled
{
return NO;
-}
+}
*/
- (NSArray *)eqPresets
{
- (NSArray *)eqPresets
{