git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed Audioscrobbler NSLog debug
[MenuTunes.git]
/
iTunesRemote.m
diff --git
a/iTunesRemote.m
b/iTunesRemote.m
index
11ba443
..
dbd21fb
100755
(executable)
--- a/
iTunesRemote.m
+++ b/
iTunesRemote.m
@@
-670,6
+670,15
@@
return temp2;
}
return temp2;
}
+- (int)currentSongPlayed
+{
+ UInt32 final;
+ ITDebugLog(@"Getting current song played time.");
+ final = [ITSendAEWithKey('pPos', 'core', 'getd', &savedPSN) int32Value];
+ ITDebugLog(@"Getting current song played time done.");
+ return final;
+}
+
- (int)currentSongDuration
{
SInt32 temp1;
- (int)currentSongDuration
{
SInt32 temp1;