git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
"fixed image scaling" more like "broke aspect ratios" am i rite
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
d5e0c62
..
55e599b
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-84,6
+84,16
@@
return nil;
}
return nil;
}
+- (ITMTRemotePlayerSource)currentSource
+{
+ return nil;
+}
+
+- (int)currentSourceIndex
+{
+ return nil;
+}
+
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
@@
-109,7
+119,7
@@
return nil;
}
return nil;
}
-- (NSString *)
currentSong
UniqueIdentifier
+- (NSString *)
playerState
UniqueIdentifier
{
return nil;
}
{
return nil;
}
@@
-149,6
+159,16
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongElapsed
+{
+ return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+ return nil;
+}
+
- (float)currentSongRating
{
return nil;
- (float)currentSongRating
{
return nil;
@@
-244,6
+264,11
@@
return NO;
}
return NO;
}
+- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2
+{
+ return NO;
+}
+
- (BOOL)switchToSongAtIndex:(int)index
{
return NO;
- (BOOL)switchToSongAtIndex:(int)index
{
return NO;