webCDwriter uses several command line tools to convert audio data and to write the CDs/DVDs. On this page you may choose the versions of these tools.
cdrdao is used to copy audio CDs.
You may install a new cdrdao for webCDwriter by the following commands:
cp -af cdrdao @cdrdaoInternalPath@ chown root.@GROUP@ @cdrdaoInternalPath@ chmod 4750 @cdrdaoInternalPath@
webCDwriter uses the command line tool cdrecord to control the writer(s) and to burn CDs. It is recommended to use an unpatched cdrecord with webCDwriter.
You may install a new cdrecord for webCDwriter by the following commands:
cp -af cdrecord @cdrecordInternalPath@ chown root.@GROUP@ @cdrecordInternalPath@ chmod 4750 @cdrecordInternalPath@
dvd+rw-format is used to format DVD+RWs and DVD-RWs. More...
dvd+rw-mediainfo is used to read the status of DVDs. More...
growisofs is used to write to DVD-R(W)s and DVD+R(W)s. More...
mkisofs is used to create ISO9660 CD filesystems. If you want to use non-ISO-8859-1 characters in file names, there is a patched mkisofs with UTF-8 support available.
You may install a new mkisofs for webCDwriter by the following commands:
cp -af mkisofs @mkisofsInternalPath@ chown root.@GROUP@ @mkisofsInternalPath@ chmod 4750 @mkisofsInternalPath@
Arguments to use with mkisofs:
mpg123 converts MP3 files to the tracks of audio CDs
ogg123 converts OGG files to the tracks of audio CDs
readcd is used to set the speed of a reader, and to read sectors of a CD/DVD.
You may install a new readcd for webCDwriter by the following commands:
cp -af readcd @readcdInternalPath@ chown root.@GROUP@ @readcdInternalPath@ chmod 4750 @readcdInternalPath@
Sox converts WAV files to the tracks of audio CDs. Help...