szkrd / jdvdkat

Barebones dvd catalogizer written in java with an integrated xml database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDvdKat

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.

Downloading

A built and zipped jar snapshot may be found at releases, this is the last trunk/head build. Download, unzip and launch with java -Xms1024m -Dfile.encoding=UTF-8 -jar JDvdKat.jar (see the wiki for more options).

Relic

With the advance of cloud storage providers storing files on optical media is something of the past, I still have a couple of discs, but those have only a couple of bigger archives on them. This project is left here, but future releases are highly unlikely. TODOs:

  • use current Netbeans
  • update BaseX database
  • use Netbeans' Swing GUI Builder (former Matisse)

About

Barebones dvd catalogizer written in java with an integrated xml database.


Languages

Language:Java 100.0%