I have tried to make a really small program to find the meta-data of different files but I dont know where can I get the manual for the java binding. Does anybody know where can I get it?
I m testing it with a really dummy program:
public static void main(String [ ] args)
{
Extractor ext = new Extractor(int);
ArrayList al = ext.extract("/home/mcm/ecar_mejorado/extractor/media/adamo.mp3");
System.out.println(" adamo.mp3: " + al.toString());
}
where int is an integer number linked to plugins but I dont understand how does it work ...
I m working on an ubutu gusty, and I have installed the following packages:
ii libextractor-java0 0.5.6-3 Java bindings for GNU libextractor
ii libextractor-plugins 0.5.18-3 extracts meta-data from files of arbitrary type (plugi
ii libextractor1c2a 0.5.18-3 extracts meta-data from files of arbitrary type (libra