Java MP3 ID3 Tag Library
betaDescription
Java library that supports ID3 v1 & v1.1, Lyrics3 v1 & v2, ID3 v2.2 & v2.3 & v2.4 tags, and MP3 Frame Headers. Contains tag synchronization, multiple save options, and tag conversion. Intelligently creates a FilenameTag derived from the fiilename.
Categories
License
Update Notifications
User Ratings
User Reviews
-
works perfectly.
-
good job javamusictag
-
very good
-
Check out the mp3 java library from beaglebuddy. It is under active development, has amazing documentation, is incredibly easy to use (see their sample code on their website), is free, etc. There MP3 class is so easy to use. You can literally write an mp3 app in a few minutes with their library. I haven't found a better one on the net.
-
This is an old project, after some searching I discovered jaudiotagger (http://www.jthink.net/jaudiotagger/), and looking through the code realized it incorporates lots of code from this project. It's more polished than jid3lib though so I recommend jaudiotagger over jid3lib to anyone looking here.
-
I need to be able to retrieve tags of Mp3 from url, but i couldnt find a way to do it with this library, am i missing sth? Or i should look for another library for it? Thanx