Readme for CdUtil 0.3
http://www.dtek.chalmers.se/~d96krisv/cdutil
Author: Kristian Svensson, d96krisv@dtek.chalmers.se
CdUtil is a utility to convert an existing database over a CD-collection into html, making it possible for your people to laugh at your pathetic CD:s ;) The existing database can be in one of two formats:
- The directory structure created by xmcd or kscd
- cdplayer.ini (Windows)
CdUtil requires a java 2 virtual machine (>= jdk 1.2), which can be found at http://java.sun.com/j2se/
Version history:
0.3 Graphical User Interface added
0.2 Added alphabetically sort
Fixed bug, now it handles multilines artist/album in xmcd-files 0.1 Initial release
Installation in Unix:
- Download cdutil.tar.gz
- tar xzvf cdutil.tar.gz
Installation in Windows:
- Download cdutil.zip
- Unzip it
Running CdUtil:
- Go to the directory where you have cdutil.jar
- To launch CdUtil with GUI (preferred):
java -jar cdutil.jar
To create html from xmcd-structure (via command line):
java -jar cdutil.jar xmcd
To create html from cdplayer.ini (via command line):
java -jar cdutil.jar ini
Note: If you get a warning saying "point.gif not copied to html" you must copy point.gif to the directory that
holds the html-files.
More options:
To use another configfile:
java -jar cdutil.jar ini -c anotherconfigfile
To see help:
java -jar cdutil.jar -h
Bugs?
Mail me.
To do:
