vote up 1 vote down star

What is the easiest way to get the information about the last song played in iTunes into a Java program? I have looked at JACOB and iTunes COM but they seem like overkill. If that's the only way to go, could anyone provide a good example next to the first google result? A 'hack' method is acceptable as well!

Thanks!

flag

47% accept rate

3 Answers

vote up 0 vote down

alternatively you could use lastfm web service. it will have all recently played songs in a xml feed.

u just need to be connected to the internet when u play a song

link|flag
vote up 0 vote down

Under Windows you must use COM to talk to iTunes.

There is an iTunes SDK available which provides glue you can use.

link|flag
vote up 1 vote down

iTunes is pretty callable from AppleScript, I'd start there.

Looks like Apple's stuff is deprecated, jasconn looks like it's the way forward.

EDIT - Point taken about the mention of COM, points the finger at Windows rather than a Mac. My suggestion for the super hack approach would be to fire up Process Monitor and see what iTunes writes out and to where when you play a song.

link|flag
He mentions COM, so Applescript may not be an option. – Zoredache Mar 20 at 6:07
He only looked at COM, so Applescript may still be an option – Spoike Mar 20 at 10:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.