I'm looking for a good libraries to edit .mp3 tags ID3v(22,23,24) (like author, title, track and this kind of stuff), write in java or clojure, any ideas ?

There is some standard "de facto" in this field...

I have just look at this question: I need an ID3 tag reader library for Java - preferably a fast one But if there is something more would be great...

Perfect would be if the libraries supported not only .mp3 but also .ogg and .wma...

Thanks everybody, and sorry for my English...

link|improve this question

20% accept rate
feedback

2 Answers

You can use JAudiotagger library JAudiotagger

link|improve this answer
but it still work on java 1.4 and don't run on MacOS... is not a big deal for me, but i find somethings more portable... – Siscia Jan 4 at 18:57
in that case you can give JID3 a look JID3 – RanRag Jan 4 at 19:05
feedback

I built a Swing project last year that used JAudioTagger, and it worked great.
I only added support for mp3 to my app, but I believe it support more than that.

link|improve this answer
I can give you the link to the git repos if you want to see how I used it. – user617090 Jan 4 at 18:52
would be nice... Thanks – Siscia Jan 4 at 18:58
mp3regex – user617090 Jan 4 at 19:04
The project is a find/replace regular expression tool for mp3 tags. – user617090 Jan 4 at 19:07
feedback

Your Answer

 
or
required, but never shown

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