5

Is there a way (ofcourse there is a way, but which way) to get info about the song currently playing in iTunes on a Mac (OS 10.5.8 and OS 10.6) programmatically?

I need this for my Cocoa application.
I use iTunes 8 and Objective-C.

Matthieu Brucher
  • 21,634
  • 7
  • 38
  • 62

1 Answers1

9

Use the Scripting Bridge to ask iTunes. iTunes is even the example that the docs use.

Peter Hosey
  • 95,783
  • 15
  • 211
  • 370