|
From: <lor...@us...> - 2006-10-27 00:39:19
|
Revision: 249
http://svn.sourceforge.net/mp3roaster/?rev=249&view=rev
Author: lorenzo1
Date: 2006-10-26 17:39:12 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
Added example to config file.
Modified Paths:
--------------
trunk/mp3roaster/mp3roasterrc
Modified: trunk/mp3roaster/mp3roasterrc
===================================================================
--- trunk/mp3roaster/mp3roasterrc 2006-10-27 00:38:21 UTC (rev 248)
+++ trunk/mp3roaster/mp3roasterrc 2006-10-27 00:39:12 UTC (rev 249)
@@ -9,6 +9,20 @@
#
#
+# CDR App
+#
+# Configure here the back-end app you wish to use to burn the CD. Any
+# application that accepts cdrecord-style command line syntax and has the
+# ability to burn .wav files can be specified here. Known applications are:
+# cdrecord http://cdrecord.berlios.de/old/private/cdrecord.html
+# wodim http://alioth.debian.org/projects/debburn Debian's fork of cdrecord
+# dvdrecord http://www.nongnu.org/dvdrtools A fork of cdrecord that burns DVD's
+# cdrskin http://scdbackup.sourceforge.net/cdrskin_eng.html A front-end to
+# libburn http://libburn.pykix.org that is compatible with cdrecord
+#
+$config_cdr_app = "cdrskin"
+
+#
# CDR DEV
#
# Configure here the SCSI ID target of your CD/RW recorder, you can execute
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|