#
# Remote CDDB server address and port 
#
cddb.server:	cddb.cddb.com
cddb.port: 	888 

#
# Your host name to give to the remote server.
# Specify if your net hostname differs from the local hostname.
#
#cddb.client_hostname:	actrix.gen.nz

# Do a server lookup on any discs not found in the local cache.
#cddb.remote:	true

# Automatically cache the results of remote lookups.
#cddb.autosave:	true

# Full path of directory for the cache - will be created if it 
# doesn't exist.  Defaults to $HOME/CDDB
#cddb.directory:

#
# Override the internally compiled version number
#jcd.version:	Jcd 1.2

# Device name.
#jcd.device:	/dev/cdrom

# Lib directory for driver module and images
#jcd.lib:	/usr/local/lib/jcd

# Shared object module operating system interface to the cd drive.
# Full path alternative to the default module.
#jcd.module:	/home/michael/Projects/Jcd-1.1/Jcd_Drive.so

# Device specific flags bit string - currently there is only one flag.
#   1 = issue a stop before play - needed for Linux sbpcd driver.
#jcd.device_flags:	1

#
# Program screen will highlight the step being played.
# This uses text seletion - which might stuff up concurrent mouse
# selects in other non-jcd windows - eg xemacs or xterm.
jcd.hilight_program_step:	false

# Enable debugging messages
jcd.debug:	false


