Re: Reading ID3 Tags
Re: Reading ID3 Tags
- Subject: Re: Reading ID3 Tags
- From: Jens Bauer <email@hidden>
- Date: Sat, 27 Apr 2002 23:50:02 +0200
Hi Thilo,
On Sat, 27 Apr, 2002, Thilo Ettelt <email@hidden> wrote:
>
Hi! Does anyone know how to read MP3 id3 tags? Is it possible via
>
QuickTime? If so how in Cocoa?
Use fopen, then fread then fclose. :)
You can then advance to the Cocoa framework; unfortunately I don't have
the documents here for reference, but you should try looking at
NSFileManager and NSFileHandle.
ID3 and ID3v2 tags are just plain text-strings stored in either the
beginning or the end of the MP3 file.
-Search google for the full specification on it.
Love,
Jens
--
Jens Bauer, Faster Software.
-Let's make the World better, shall we ?
_______________________________________________
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.