Search code examples
javamedia-playeritunesanalysis

Is there a way to find out what song is currently playing in e.g. iTunes using Java?


Is there a way (maybe though RAM analysis) to figure out what song is currently playing in programs such as iTunes or Windows Media Player?

I'm not asking for any specific code, just interested if there is a possibility to do so, in Java.


Solution

  • I would think JACOB with the iTunes COM interface would work.