views:

60

answers:

1

I'm wondering how to get the iTunes library into a mac application using Cocoa? I want the user to be able to choose a song from the iTunes library and then play that song. How would I do this?

A: 

You can use Karelia Software's iMedia Browser framework, which lets the user choose all sorts of things from the user's iLife libraries.

To play the song, you'll probably use NSSound.

Peter Hosey
Thanks but how do I integrate Karelia into my project? I downloaded the source and tried compiling it but it failed with a lot of errors.
Ack
You don't, because Karelia is a software company. If you're having a problem using the iMedia Browser framework, you should contact Karelia.
Peter Hosey