-
.xzcat files are merely zipped .xcat files, which are XML files (with a medialibrary specific schema but a fairly straigthforward one at that).
There's no documentation about this XML format yet, but it is written by 200 lines of code (lines 230 to 430 precisely) that is fairly readable in medialib.io.file.XmlCodec ...
2008-02-21 14:08:06 UTC by madproph
-
(Experienced by Nirulfen)
"Invalid XML" error in .xcat / .xzcat files.
Detail :
[11/12/2007 15:34:36 TechnicalException ERROR] Technical
Exception : Read error
org.xml.sax.SAXParseException: character not allowed
at com.jclark.xml.sax.Driver.parse(Driver.java)
at medialib.io.file.XmlCodec.read(XmlCodec.java:175)
at medialib.io.file.GZIPXmlCodec.read(GZIPXmlCodec.java :75...
2008-02-21 13:58:01 UTC by madproph
-
Looking through the API docs I discovered that you probably have to use the CatalogImpl class to read/write xzcat files from other apps. It would be nice if, besides making the source code available, you would publish a brief document on the project's web site, documenting the file's structure.
2007-06-10 06:35:11 UTC by nobody
-
I looked briefly at the help file. I found an URL pointing to the project on sourceforge only deep inside the help. Maybe placing the same info as in the about box at the beginning of the help file would be useful.
2007-06-10 06:32:39 UTC by nobody
-
Hello
I advise you to try Medialib 0.8pre instead of the 0.6 one, since it has some updates on the indexing side.
I'll be able to help you then if it still doesn't work.
M.
2007-02-16 10:07:20 UTC by madproph
-
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: logs/medialib.log (No such file or directory)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:177)
at java.io.FileOutputStream.(FileOutputStream.java:102)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:272)
2007-01-04 11:02:24 UTC by wormhole
-
Hi
This doesn't surprise me.
Full compatibility with ADC 1.15b is supported by MediaLibrary, but later versions of ADC use a different storage format.
Alas, it's quite a time consuming task and MediaLibrary is not a primary project of mine anymore.
However I'd be glad to help you reverse-engineer ADC 1.51's format to the best of my ability and knowledge if you're willing to !
M.
2006-12-02 15:29:56 UTC by nobody
-
.cat files not compatible with Advanced Disk Catalog 1.51.
2006-11-01 20:54:09 UTC by nobody
-
It is just missing that the double click event open a
document.
I know a little of java I can try to do it if noone is
interested.
2006-10-16 09:50:51 UTC by cot_al
-
madproph committed patchset 418 of module MediaLibrary to the MediaLibrary CVS repository, changing 1 files.
2005-12-22 01:04:20 UTC by madproph