-
Hi arimus
It would be nice to have this information on the project page / Maven report / POM
Regards
Thomas.
2009-09-28 14:44:02 UTC by thomas-belot
-
match = Magic.getMagicMatch(fileData);
fires exception when file is onne of the following mime types -
BMPs MP3s WAVs PDFs PPTs
Regards,
Yuri.
2008-11-05 15:47:29 UTC by ykotik
-
Probably all OpenOffice documents are being recognized as Zip files. I have noticed that when I was checking Mime Type for OpenDocument Text file (.odt) and for database files of OpenOffice (.odb).
2007-10-05 11:51:13 UTC by nobody
-
I too am getting the same error while trying a file of type "AI". I dont really know what type of file is it. Cygwin's 'file' is giving the following output:
"PostScript document text conforming at level 3.0"
But jmimemagic is giving memory overflow.
2007-07-22 23:29:28 UTC by nobody
-
Hi,
I´m working with jmimemagic0.1.2 and I have found a problem at mimetype detection of psd and tiff files.
While checking the mimetype of psd- and tiffs- files I have got an exception (java.lang.OutOfMemoryError: Java heap space).
So I have patched the magic.xml with the new mimetypes:
image/photoshop
PSD...
2007-06-17 11:33:08 UTC by michael30
-
For rtf files method getMimeType() should return "application/rtf" instead of "text/rtf".
2007-04-24 09:04:38 UTC by hedek
-
I'd like to be able to configure the magic XML file so that I could use an external file and not the resource file that is directly bundled with the jmimemagic.jar. So it is possible to modify the XML at runtime and reinitialize JMimeMagic with the new file.
Example:
File f = new File("/path/to/mymagic.xml");
Magic.initialize(file);
In order to reinitialize JMimeMagic, an...
2007-04-02 18:56:35 UTC by nobody
-
arimus committed revision 14 to the Java Mime Magic Library SVN repository, changing 2 files.
2007-03-25 01:02:53 UTC by arimus
-
arimus committed revision 13 to the Java Mime Magic Library SVN repository, changing 1 files.
2007-03-25 00:44:53 UTC by arimus
-
It is now available with sources on ibiblio
http://mirrors.ibiblio.org/pub/mirrors/maven2/jmimemagic/jmimemagic/0.1.1/.
2007-01-12 00:56:45 UTC by arimus