I want my users to upload their flac files and be able to read their metadata. After reading what type of tagging system flac uses (vorbis comments, http://en.wikipedia.org/wiki/FLAC) i am looking for a library that allows me to read and write vorbis comments in java. I was wondering if this might work for flac, http://code.google.com/p/jvorbiscomment/ or just ogg. Are there any other options that you know.
Thanks