On Saturday, 22 February 2003 at 06:40, [EMAIL PROTECTED] wrote: > Any idea where I can find the spec how to add Id3V2 tag supports to my > programs. I need the spec that tells how to store the ID3V2 tags. Is it > stored at the begging or at the end of the mp3 file?
http://www.id3.org/ The tags are "synchsafe" encoded (0xffffff is escaped) and stored at the beginning of the file, the better to be streamed. I believe they may optionally store a footer at the end as well, but I don't think this is widespread. It's probably not as complex to implement as you may think. The spec is large but I think you can get away with implementing a significantly reduced subset of the available tags. -b _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
