|
From: <lor...@us...> - 2006-10-27 00:39:44
|
Revision: 250
http://svn.sourceforge.net/mp3roaster/?rev=250&view=rev
Author: lorenzo1
Date: 2006-10-26 17:39:37 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
The MAN page has been updated.
Modified Paths:
--------------
trunk/mp3roaster/mp3roaster.1
Modified: trunk/mp3roaster/mp3roaster.1
===================================================================
--- trunk/mp3roaster/mp3roaster.1 2006-10-27 00:39:12 UTC (rev 249)
+++ trunk/mp3roaster/mp3roaster.1 2006-10-27 00:39:37 UTC (rev 250)
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "MP3ROASTER 1"
-.TH MP3ROASTER 1 "2006-10-25" "perl v5.8.8" "User Contributed Perl Documentation"
+.TH MP3ROASTER 1 "2006-10-26" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
mp3roaster \- A Perl hack for burning audio CDs out of MP3/OGG/FLAC/WAVs
.SH "SYNOPSIS"
@@ -144,11 +144,15 @@
.SH "ENVIRONMENT"
.IX Header "ENVIRONMENT"
MP3Roaster should run on all Unix like operating systems which have Perl and
-cdrecord installed. It has been developed on Debian GNU/Linux.
+a cdrecord-compatible burning application installed. It has been developed on
+Debian GNU/Linux.
.SH "OPTIONS"
.IX Header "OPTIONS"
All options have been imported, now we should add specific descriptions
for each option.
+.IP "\fB\-A, \-\-app\fR" 4
+.IX Item "-A, --app"
+Cdrecord-compatible burning application to use
.IP "\fB\-d, \-\-dev\fR" 4
.IX Item "-d, --dev"
\&\s-1CDR\s0 device to use
@@ -233,6 +237,15 @@
.PP
You see MP3Roaster is really easy to use, this was one of my main goals
while I've written the code: Keep it simple ;)
+.SH "CDRECORD ALTERNATIVES"
+.IX Header "CDRECORD ALTERNATIVES"
+MP3Roaster can use any cdrecord-compatible burning application as its
+back\-end. Known alternatives are wodim, dvdrecord and cdrskin. Wodim and
+dvdrecord are forks of cdrecord. Cdrskin aims to be a drop-in replacement
+which uses no cdrecord code. The cdrecord-compatible application is
+configurable either in the config file or on the command line. Any
+application that accepts cdrecord-style command line syntax and can burn .wav
+files may be specified.
.SH "FILES"
.IX Header "FILES"
MP3Roaster can be configured through a system wide and a personal configuration
@@ -263,8 +276,8 @@
.PP
So if you want to have personal MP3Roaster configuration file just copy
the system wide configuration file to your home directory and edit it.
-.SH "CAVEHEATS"
-.IX Header "CAVEHEATS"
+.SH "CAVEATS"
+.IX Header "CAVEATS"
None actually.
.SH "BUGS"
.IX Header "BUGS"
@@ -272,10 +285,15 @@
any bugs you may encounter (In fact you shouldn't).
.SH "NOTES"
.IX Header "NOTES"
-There are currrently no special notes.
+If using cdrskin as the burning back\-end, the development version in svn gives best results.
+.PP
+% svn co http://libburn\-svn.pykix.org/trunk libburn
+.PP
+will give you the latest development version of both cdrskin and libburn, which
+is the library that cdrskin uses to burn \s-1CD\s0's.
.SH "SEE ALSO"
.IX Header "SEE ALSO"
-cdrecord.
+cdrskin, libburn, cdrecord, wodim, dvdrecord.
.SH "AUTHOR"
.IX Header "AUTHOR"
.IP "Ivo Marino <ei...@us...>" 4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|