Hi All
Quite some time ago now, I had a go at writing an Ogg Vorbis library
which could be used with Tika. (The existing ones in Java are either
under an unsuitable license, or don't handle reading). I tried to get
Xiph to accept the code, but have been unable to.
Some of you will be pleased to know that I've finally given up on
getting the code a home with Xiph, and I've imported the code and
history into Git and slung it up on Github:
https://github.com/Gagravarr/VorbisJava
Included in there is now an Ogg container detector, and an Ogg Vorbis
parser which extracts information out much like the MP3Parser does.
You just need to checkout, build, and then drop the core and tika jars
onto your classpath to have Tika gain Vorbis support.
Feedback would be welcome, and once I'm happy the code is stable I can
look at doing a release + getting it into central. At the point, we can
all decide on the best home for the plugin code
Cheers
Nick