Re: How to Access iPhoto,iTunes and iMove Playlist Information

Christiaan Hofman <[email protected]> Tue, 15 Jun 2010 11:42:13 +0200
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
On Jun 15, 2010, at 11:35, JanakiRam Palepu wrote:

> Hi All,
> 
> I would need to access iTunes , iPhoto and iMovie application's playlist
> information and show them in my Cocoa Application ( Mac OS version can be
> 10.6).
> 
> Can any one suggest me the ways to implement this feature in my Cocoa app.
> 
> Thanks,
> Johny

I think the only way to get this info is through applescript. Probably the easiest to access this in 10.6 is using the Cocoa Scripting Bridge.

Christiaan