vote up 0 vote down star

I am writing software to parse ID3v2 tags in Java. I need to find some files with good examples of the tag with lots of different frames. Ideally the tags will contain an embedded picture because that is what is kicking my butt right now.

Does anyone know where I can find some good free (legal) ID3v2 tagged files (ID3v2.2 and ID3v2.3)?

flag

Mind providing clarification or choosing an answer? – Kevin Lamb Oct 12 '08 at 6:56

2 Answers

vote up 2 vote down check

You can create the example files with a tagger by yourself. I'm the author of the Windows freeware tagger Mp3tag which is able to write ID3v2.3 (UTF-16 and ISO-8859-1) and ID3v2.4 tags in UTF-8 (both along with APIC frames). You can find a list of supported frames here.

To create ID3v2.2 tags, I think the only program out there is iTunes which interpretes the ID3 spec in it's very own way and writes numerous iTunes specific frames that are not in the spec.

link|flag
vote up 1 vote down

This maybe be obvious and not what you are seeking, but what about ripping some of your legally obtained CDs and editing them using iTunes? iTunes would also allow you to add embedded picture. There are of course many open source programs that will also do this.

link|flag
or Winamp, if you don't feel like installing all of Apple's cruft. – nickf Oct 6 '08 at 5:39
Even Winamp sneakily installs a kernel-mode driver, last time I checked :-/ – Hugh Allen Oct 6 '08 at 6:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.