Re: Accessing MP3 and AAC album art
Re: Accessing MP3 and AAC album art
- Subject: Re: Accessing MP3 and AAC album art
- From: Mark Knopper <email@hidden>
- Date: Thu, 19 May 2005 13:44:11 -0400
Jason,
Thanks very much for the pointer to cocoatech. It does not appear to know about AAC (or other file types besides MP3), but it is still quite useful.
In trying it out, so far I am getting a nil return from its init method:
NTID3 * tagObject = [[NTID3 alloc] initWithPath:pathFromLocation];
But hopefully I'll track down this problem.
Mark
On May 19, 2005, at 10:43 AM, J.M.Brough wrote:
Have you looked at the cocoatech open source stuff. I wrote a little batch converter for mp3s and used the NTid3 lib/framework. It has -(NSImage*)image as a method (just checked). It might be what you're looking for.
Cheers,
Jason.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden