-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not scrobble iTunes Radio #37
Comments
rdar://14909973 (not on openradar because radar was filed before 11.1 was public) |
Hello. Thanks for this! There's also an AppleScript script baked into the binary that has problems. I've changed it as per your suggestion, but it's still not working. Here it is:
It's been noted that the problem goes away after pausing and resuming the current track, which seems odd. Anyway, any help you have on this would be great. There are also problems in the Windows version of the Last.fm app when iTunes Radio tracks play. The Last.fm app is crashing for some users, which is of course a Last.fm problem (and AppleScript is not used there), but perhaps it has the same root cause on the iTunes side. |
it seems As for windows, I'll need to dust off my windows vm and check out the COM interface |
applescript duration property rdar://15071688 |
I received an update from Apple. I will test myself later this evening when I get home unless someone confirms its fix before then.
|
I'm also unable to scrobble my itunes radio tracks. Using itunes version: 11.1.3.8 Am surprised that this bug has not been fixed till now. |
Does this also apply to other radio streams manually entered in iTunes? Would love to have this also scrobbled. I get a notification of song change in Notification Center. |
iTunes 11.1 GM was released last week. I've been holding out on reporting this to verify if it still doesn't work.
The applescript for OSX to get the current track on iTunes Radio doesn't work. For some reason, and this may need to be filed as a radar,
current track
cannot be dereferenced when stored in a variable.So, as written currently in
/plugins/iTunes/scripts/currentTrack.scpt
, theset t to current track
is fine under normal circumstances, but when current track is an iTunes Radio, theget <property> of <variable>
fails. Replacing<variable>
in all the get statements withcurrent track
returns the expected results.The text was updated successfully, but these errors were encountered: