iTunes COM interface for Windows; need the equivalent for iTunes on the Mac

2009-07-16 Thread Michael A. Crawford
So, is there an SDK for accessing iTunes on the Mac? -Michael -Michael -- The united stand. The divided get played. -- Bernie MAC smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list

Re: iTunes COM interface for Windows; need the equivalent for iTunes on the Mac

2009-07-16 Thread Nick Zitzmann
On Jul 16, 2009, at 3:42 PM, Michael A. Crawford wrote: So, is there an SDK for accessing iTunes on the Mac? AppleScript? Nick Zitzmann http://www.chronosnet.com/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: iTunes COM interface for Windows; need the equivalent for iTunes on the Mac

2009-07-16 Thread BJ Homer
Or, if you want something more code-y, try the Scripting Bridge: http://developer.apple.com/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/UsingScriptingBridge/UsingScriptingBridge.html#//apple_ref/doc/uid/TP40006104-CH4-DontLinkElementID_11 -BJ On Thu, Jul 16, 2009 at 3:55 PM, Nick

Re: iTunes COM interface for Windows; need the equivalent for iTunes on the Mac

2009-07-16 Thread Daniel Dickison
It's been a while since I dealt with this, but if I recall correctly, AppleScript gets you almost everything you can with the COM interface on Windows. The only exception was that you can't register to listen for player updates, though I believe there are undocumented distributed

Re: iTunes COM interface for Windows; need the equivalent for iTunes on the Mac

2009-07-16 Thread Michael A. Crawford
ApleScript/Scripting-Bridge it is. Thanks, guys. -Michael -- There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious