Re: How to Access iPhoto,iTunes and iMove Playlist Information
Steven Woolgar <Steven_Woolgar-15o08GXfgDtWk0Htik3J/[email protected]> Tue, 15 Jun 2010 06:48:32 -0700
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 15 Jun 2010 15:05:48 +0530, 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. iTunes uses a simple XML file (or two or three) to store most of the metadata. Some of the data is stored as tags within the sound files. Make a duplicate of your music folder and get out your favorite XML editor and start learning. iPhoto and iMovie are more likely to be available through an iLife Media Library (as might iTunes come to think of it). The iLife media library you might need to look into is from Karelia Software and can be found here: <http://www.karelia.com/imedia/> Hope that helps. W.