Re: MP3 ID tags
Re: MP3 ID tags
- Subject: Re: MP3 ID tags
- From: John Anderson <email@hidden>
- Date: Sat, 8 Jun 2002 10:53:06 -0700
One way to do it would be to write a Perl script to do extract the tags, embed that in your application bundle, and use NSTask to call it. There are lots of Perl modules to extract ID3 tags quite easily. I've done that in several instances where it would be a pain to use Cocoa (for lack of libraries) but there are lots of Perl libraries available.
John Anderson
On Saturday, June 8, 2002, at 03:36 AM, Kevin Wojniak wrote:
Does anybody know how to easily access the ID tags of an MP3 file? I'm new to Coco and don't really want to learn all the crazy binary stuff or try to interpret id3.org into Cocoa.
Thanks!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >MP3 ID tags (From: Kevin Wojniak <email@hidden>) |