Added METAFLAC and PIPE_bladeenc config options.
[clinton/abcde.git] / abcde.1
diff --git a/abcde.1 b/abcde.1
index 223d5b7..6f5946a 100644 (file)
--- a/abcde.1
+++ b/abcde.1
@@ -94,10 +94,12 @@ Non interactive mode. Do not ask anything from the user. Just go ahead.
 Create DOS-style playlists, modifying the resulting one by adding CRLF line
 endings. Some hardware players insist on having those to work.
 .TP
 Create DOS-style playlists, modifying the resulting one by adding CRLF line
 endings. Some hardware players insist on having those to work.
 .TP
-.B \-o [filetype]
+.B \-o [filetype][:filetypeoptions]
 Select output type. Can be "ogg", "mp3", "flac", "spx" or "mpc". Specify a 
 comma-delimited list of output types to obtain all specified types. See 
 Select output type. Can be "ogg", "mp3", "flac", "spx" or "mpc". Specify a 
 comma-delimited list of output types to obtain all specified types. See 
-the OUTPUTTYPE configuration variable.
+the OUTPUTTYPE configuration variable. One can pass options to the encoder for
+a specific filetype on the command line separating them with a colon. The
+options must be escaped with double-quotes.
 .TP
 .B \-p
 Pads track numbers with 0\'s.
 .TP
 .B \-p
 Pads track numbers with 0\'s.
@@ -380,6 +382,25 @@ after all tracks have been read.
 If set to "y", some operations which are usually now shown to the end user
 are visible, such as CDDB queries. Usefull for initial debug and if your
 network/CDDB server is slow.
 If set to "y", some operations which are usually now shown to the end user
 are visible, such as CDDB queries. Usefull for initial debug and if your
 network/CDDB server is slow.
+.SH EXAMPLES
+Possible ways one can call abcdeƑ
+.TP
+.B abcde
+Will work in most systems
+.TP
+.B abcde -d /dev/cdrom2
+If the CDROM you are reding from is not the standard /dev/cdrom (in GNU/Linux systems)
+.TP
+.B abcde -o ogg,flac
+Will create both Ogg/Vorbis and Ogg/FLAC files.
+.TP
+.B abcde -o ogg:"-b 192"
+Will pass "-b 192" to the Ogg/Vorbis encoder, without having to modify the
+config file
+.TP
+.B abcde -W 1
+For double CDs settings: will create the 1st CD starting with the track number
+101, and will add a comment "CD 1" to the tracks
 .SH BACKEND TOOLS
 abcde requires the following backend tools to work:
 .TP
 .SH BACKEND TOOLS
 abcde requires the following backend tools to work:
 .TP