Project status: relic
JDvdKat is a very simple DVD cataloging software with a crawler part and a gui part.
The crawler is based on Matt Haynes' XML Directory Listing application with added zip, 7zip, rar, id3, picture and descript.ion support; the crawler is a console application and uses XML to store the data.
The gui uses an integrated XML database called BaseX; all the files in the database can be imported from or exported to XML files for maximum transparency. With the gui one can store xml files in the database, manage databases and search for nodes using XPath/XQuery.
A built and zipped jar snapshot may be found in my Google Drive, this is always the trunk/head build. Download, unzip and launch with java -Xms1024m -Dfile.encoding=UTF-8 -jar JDvdKat.jar (see the wiki for more options).