diskotech is configured by "~/.diskotechrc" and "/etc/diskotechrc".

# Sample config file for diskotech 0.2
#
# All config options are listed in this file with their default values

[general]
# isopath is a space-separated list of directories to check for isos
isopath:       /srv/isos
logfile:       /srv/isos/diskotech.log
checksum:      yes
# values are given in megabytes
maxsize:       4500
dvdthreshold:  720
# ui can be uigtk, uicurses, or uitext
ui:            uicurses
# program to run after a burn completes
success:       beep
failure:       beep

[cd]
cdrecord:      /usr/bin/cdrecord
cdrchar:       /dev/sg0
cdrblock:      /dev/scd0
cdrecordopts:  speed=24

[dvd]
dvdrecord:     /usr/bin/growisofs
dvdchar:       /dev/hdc
dvdblock:      /dev/hdc
dvdrecordopts: -speed=2
# Set dvdoptstyle to growisofs if using growisofs, use any other value for
# a more cdrecord-like syntax
dvdoptstyle:   growisofs