Skip to content

Commit

Permalink
Update help strings and docs
Browse files Browse the repository at this point in the history
git-svn-id: http://cue2tracks.googlecode.com/svn/trunk@30 7186177c-b816-a5b7-c323-a420a838499c
  • Loading branch information
Sergey Dryabzhinsky committed Aug 2, 2013
1 parent 6abf26e commit c842bae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
44 changes: 23 additions & 21 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,36 @@ Usage:
cue2tracks [options] <cue file>

Options:
-R - Stop testing and doing nothing - starts real work.
-W - Force recode to WAV before split. Make image.{codec}.wav
-e - Switch to debug mode
-L <file> - Set log file. By default - none.
-i <file> - Set image file. By default its readed from cue.
-c <codec> - Setup output codec (flac default).
-l <level> - Setup level of compression of output codec (best default).
-f <codepage> - Convert to UTF-8 from this codepage...
-d - Disable taging output files with info from cue.
-A <album> - Set album title.
-P <performer> - Set album performer.
-D <date> - Set album date.
-G <genre> - Set album genre.
-I <id> - Set album disc ID.
-N <number> - Set album disc number.
-o <format string> - Set naming scheme for output file names.
-V - Print version and exit.
-n <level> : Process niceness level of codec tools (process scheduling priority):
-R : Stop testing and doing nothing - starts real work.
-C : Use colored messages
-X : Set XTerm title
-W : Force recode to WAV before split. Make image.{codec}.wav
-e : Switch to debug mode
-L <file> : Set log file. By default - none.
-i <file> : Set image file. By default its readed from cue.
-c <codec> : Setup output codec (flac default).
-l <level> : Setup level of compression of output codec (best default).
-f <codepage> : Convert to UTF-8 from this codepage...
-d : Disable taging output files with info from cue.
-A <album> : Set album title.
-P <performer> : Set album performer.
-D <date> : Set album date.
-G <genre> : Set album genre.
-I <id> : Set album disc ID.
-N <number> : Set album disc number.
-o <format string> : Set naming scheme for output file names.
-V : Print version and exit.
-n <level> : Process niceness level of codec tools (process scheduling priority):
-19 to 19, 0 - default.

Options only for mp3, ogg, m4a:
-Q <quality> : Set quality of codec compression (4 - default).
-Q <quality> : Set quality of codec compression (4 - default).
Quality may be:
MP3: 0 - high, 9 - low
M4A: 500 - high, 9 - low
OGG: 10 - high, -1 - low
-B <bitrate> : Set compression bitrate in kbps (128 default).
-M <bitrate mode> : C - Constant, V - Variable (default).
-B <bitrate> : Set compression bitrate in kbps (128 default).
-M <bitrate mode> : C - Constant, V - Variable (default).
If choosen V - then -B specifies maximum bitrate.


Expand Down
3 changes: 3 additions & 0 deletions cue2tracks
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ Options:\n\
\t-R : Disable testing and doing nothing - starts Real work\n\
\t-C : Use colored messages\n\
\t-X : Set XTerm title\n\
\t-W : Force recode to WAV before split. Make image.{codec}.wav\n\
\t-e : Switch to debug mode\n\
\t-L <log file> : Set log file. By default - none.\n\
\t-i <image file> : Set CD image file. If not set - read from cue\n\
\t-c <codec> : Set output codec" >&2
print_codecs
Expand Down

0 comments on commit c842bae

Please sign in to comment.