This is a frontend to cdlabelgen by B. W. Fitzpatrick <fitz at red-bean.com>
and newly maintained by Avinash Chopde http://freshmeat.net/projects/cdinsert/

Thanks to Hor for lots of hints and code from xcdroast and of course to
the authors of the other programs i lended code from :)

License is GPL 2.0

INSTALLATION:
tar -xjvf gtkcdlabel*tar.bz2 /

BUGS
mail to s_wenzler AT users DOT sourceforge DOT net OR better open a ticket on sf.net/projects/gtkcdlabel

CHANGES
1.14	lpr command can now have parameters. This is useful when having cups
	installed with several printers attached. 
	E.g. I use /usr/bin/lpr -P printername -o PageSize=A4
	Made it possible to save and load gcdl files which include _all_ settings
        to reproduce a cdlabel

1.13	Added support for cdlabelgen 4.1.0 - DVD double cases are now
	supported. I changed way to handle paper offset. If you have letter paper
	and you can print every cover type with your custom paper offsets - mailme!
	Also I found some bogus bug in glade: if you got problems with the offset
	 value not beeing honored - mailme
1.12 	I included ogonkify support, but I really cant make any good use of
	it. Maybe I am missing some fonts and thats why it displays only garbage
	when I use it. I use ogonkify just as Avinash advised me to do - so I'm
	puzzled. 
	At least the reencoding stuff on "Settings" tab works for turkish
	and german and I think french text too. Greek and polish doesnt work for me.
	Be my guest... 
	I removed some reencoding code from the cddb functions.
	This is intended to enhance compatibility with foreign cd entries as I
	formerly presumed cddb output was always encoded in ISO8859-1. This
	could be nasty :/
	I used pindent.py to change indention from tabs to spaces all over and
	added # end ... comments for better readablilty
