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

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

> Thanks Chris for the info.
> 
> However , i would need to access the data without launching of these Apple apps. 
> 
> Please let me know if there is an alternative way to do this.
> 
> Thanks
> Johny
> 

That is definitely not possible, and that should be obvious. The data for these apps is completely private. The only apps for which you can access data directly are the ones for which Apple has a public framework, AFAIK only Address Book and iChat. So in general, if you can't find the framework, it's not possible. 

Christiaan

>  On Tue, Jun 15, 2010 at 3:12 PM, Christiaan Hofman <[email protected]> wrote:
> 
> 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
> 
> 
>