############################ General Configuration ##############################
############################ Configurao Geral #################################
# E: English description
# P: Descrio em Portugues
#

# E: Amount of system memory (in Mega Bytes)
# P: Memria total do sistema (em Mega Bytes)
SYS_MEM=32


# E: Directory that's contains the audio or data images to be used by the 
#    system (if it's a audio image, there are directories with the audio 
#    image name and respective music tracks inside of it). 
#
# P: Diretrio que contm as imagens de audio ou dados para o sistema (caso a imagem
#    seja de audio, existiro diretrios com o nome da imagem de audio com as 
#    respectivas faixas musicais incluidas).
IMG_DIR=/var/spool/images-cdcontrol

# E: The partition that contains the directory IMG_DIR (in the future, it 
#    will be autodetected). This will be needed to autodetect the free space
#    to write new CD images
# P: A partio que contm o diretrio IMG_DIR (futuramente isto ser
#    auto-detectado). Isto ser necessrio para auto-detectar o espao livre
#    e restante para a gravao de novas imagens de CD
IMG_PARTITION=/dev/hda7

# E: Image type that will be written, (A)udio or (D)ata
#    Please especify that in uppercase
#
# P: Tipo de imagem que ser gravada, (A)udio ou (D)ados
#    Por favor especifique a opo em maiscula
IMG_TYPE="A"

# E: Directory that contains the configuration files
# P: Diretrio que contm os arquivos de configurao
CFG_DIR=/var/lib/cdcontrol

# E: Directory where the temporary files with the recording messages will be
#    written to future analysis (when the writting process is done).
# P: Diretrio onde os arquivos temporrios com as mensagens sero gravados para 
#   anlise futura (quando o processo de gravao estive terminado).
TMP_DIR=/tmp

# E: Log directory
# P: Diretrio de Logs
LOG_DIR=/var/log/cdcontrol


#
####################### E: Reader configuration #########################
####################### P: Configurao do leitor  #######################
#

# E: Aspects that control the reading of the audio/data imagem from 
#    the reader unit. The read device also can be specified as 
#    "bus,id,lun"
# P: Aspectos que controlam a unidade de leitura da imagem de CD de dados/audio
#   O dispositivo de leitura tambm pode ser especificado como "bus,id,lun"
R_SPEED=4
CD_READER=/dev/cdrom


#
###################### E: Writter Configuration #########################
###################### P: Configurao do Gravador #######################
#

# E: Number of writters attached in the system
# P: Nmero de gravadores ligados ao sistema
WRITTERS=3

# E: Writter speed (compatible with all specified recorders)
# P: Velocidade de Gravao (compatvel com todos os gravadores especificados)
W_SPEED=8

# E: Cache memory reserved by each recorder (in MegaBytes - from 1 to 16).
# P: Cache que ser reservado por cada gravador (em Mega Bytes - de 1 a 16)
CACHE=1

# E: The bellow configuration depends of the ammount of writters 
#    specified by WRITTERS, they should follow the number sequence
#    WRITTER1-WRITTER999 and they should be identified following 
#    the Unix system's SCSI bus specification: BUS, ID, LUN
#    
#    If the number of WRITTER* variable be greater than the specified
#    by WRITTERS, they will be ignored.
#
# P: A configurao abaixo depende da quantidade de gravadores no 
#    sistema especificados por WRITTERS, eles devem seguir a numerao 
#    WRITTER1-WRITTER999 e devero ser identificados segundo a forma 
#    padro da interface SCSI dos sistemas Unix: BUS,ID,LUN
# 
#    Caso o nmero de variveis WRITTER* seja maior que a especificada
#    por WRITTERS, eles sero ignorados
WRITTER1=0,0,0
WRITTER2=0,1,0
WRITTER3=0,2,0
WRITTER4=0,3,0
WRITTER5=0,4,0
WRITTER6=0,5,0
WRITTER7=0,6,0
WRITTER8=1,0,0
WRITTER9=1,1,0
WRITTER10=1,2,0
WRITTER11=1,3,0
WRITTER12=1,4,0
WRITTER13=1,5,0
WRITTER14=1,6,0

# E: Extra options that will be added to writting program
#    (use the cdrecord format and options suported by all drives).
# P: Opes extras que sero passadas ao programa de gravao
#   (use o formato do cdrecord e opes suportadas por todas as unidades)
EXTRA_AREC_OPT="-v -dummy -dao -useinfo"
EXTRA_DREC_OPT="-v -dummy -data"

# E: Operation mode. If mode is 1, the log writting will be disabled for
#    all drives and all messages will be redirected to tty[Recorder_Number+1]
#    Starting with tty2 (in Linux) and ttyv2 (on FreeBSD).
# P: Modo de operao. 1 Desabilita a gravao de Logs de unidades e direciona
#    as mensagens das unidades para os o tty[nmero_do_gravador+1]
#    Iniciando por tty2 (no Linux) e ttyv2 (no FreeBSD).
VERBOSE=0

# E: Currently version 
# P: Verso atual
CDC_VERSION="1.82"
