Q: How do I burn CDs instead of DVDs?
A: Just set CD/DVD size to 650 or 700MB, TkDVD will use cdrecord to burns files.

Q: Can TkDVD create multi session CD?
A: No (maybe in future versions).

Q: TkDVD does not work under FreeBSD?
A: Unlike Linux, under FreeBSD 'tclsh' and 'wish' (TCL/Tk interpreters) are not symbolic
link to tclshX.Y and wishX.Y (X.Y representing your TCL/Tk version) but a strange script
that says tclsh can't be a symbolic link because of some obscure reason (from what I have read,
it may solve some problem but causes other) so you need to replace ' exec wish "$0" "$@" '
at the second line of TkDVD.sh with ' exec wish8.4 "$0" "$@" ' (or 'wish8.5' if you have
TCL/Tk 8.5).

Q: How to burn a DVD video using DVD-Video compliant UDF file system option?
A: You need to add the folder containing the VIDEO_TS subfolder of your DVD-Video.

Q: DVD-Video compliant UDF file system option doesn't work?
A: Try updating cdrtools and see above question.

Q: TkDVD doesn't format my DVD+RW
A: It's necessary to format DVD+RW media only if they are virgin. growisofs re-format
DVD+RW on the fly when you try to write new data on it.

Q: How can I add my own langage to TkDVD?
A: Edit src/internationalization.tcl and read the first lines