git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a play count option to track info.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
8092d3e
..
b4e2a75
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-59,6
+59,11
@@
nil];
}
nil];
}
+- (BOOL)showPrimaryInterface
+{
+ return NO;
+}
+
- (ITMTRemotePlayerRunningState)playerRunningState
{
return nil;
- (ITMTRemotePlayerRunningState)playerRunningState
{
return nil;
@@
-79,7
+84,17
@@
return nil;
}
return nil;
}
-- (NSString *)classOfPlaylistAtIndex:(int)index
+- (ITMTRemotePlayerSource)currentSource
+{
+ return nil;
+}
+
+- (int)currentSourceIndex
+{
+ return nil;
+}
+
+- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass
{
return nil;
}
{
return nil;
}
@@
-94,6
+109,21
@@
return nil;
}
return nil;
}
+- (int)currentAlbumTrackCount
+{
+ return nil;
+}
+
+- (int)currentSongTrack
+{
+ return nil;
+}
+
+- (NSString *)playerStateUniqueIdentifier
+{
+ return nil;
+}
+
- (int)currentSongIndex
{
return nil;
- (int)currentSongIndex
{
return nil;
@@
-109,6
+139,11
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongComposer
+{
+ return nil;
+}
+
- (NSString *)currentSongAlbum
{
return nil;
- (NSString *)currentSongAlbum
{
return nil;
@@
-129,6
+164,21
@@
return nil;
}
return nil;
}
+- (NSString *)currentSongElapsed
+{
+ return nil;
+}
+
+- (NSImage *)currentSongAlbumArt
+{
+ return nil;
+}
+
+- (int)currentSongPlayCount
+{
+ return nil;
+}
+
- (float)currentSongRating
{
return nil;
- (float)currentSongRating
{
return nil;
@@
-224,6
+274,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;