SYNOPSIS

mp3cd [\s-1OPTIONS\s0] [playlist|files...]

 -s, --stage STAGE  Start at a certain stage of processing:
                        clean   Start fresh (default, requires playlist)
                        build   Does not clean (requires playlist)
                        decode  Turns MP3s/Oggs/FLACs into WAVs
                        correct Fix up any WAV formats
                        norm    Normalizes WAV volumes
                        toc     Builds a Table of Contents from WAVs
                        toc_ok  Checks TOC validity
                        cdr_ok  Checks for a CDR
                        burn    Burns from the TOC
 -q                 Quits after one stage of processing
 -t, --tempdir DIR  Set working dir (default "/tmp/mp3cd-$USER")
 -d, --device PATH  Look for CDR at "PATH" (default "/dev/cdrecorder")
 -r, --driver TYPE  Use CDR driver TYPE (default up to cdrdao)
 -n, --simulate     Don't actually burn a disc but do everything else.
 -E, --no-eject     Don't eject drive after the burn.
 -L, --no-log       Don't redirect output to "tool-output.txt"
 -T, --no-cd-text   Don't attempt to write CD-TEXT tags to the audio CD
 -c, --cdrdao ARGS  Pass the option string ARGS to cdrdao.
 -S, --skip STAGES  Skip the comma-separated list of stages in STAGES.
 -V, --version      Report which version of the script this is.
 -v, --verbose      Shows commands as they are executed.
 -h, --usage        Shows brief usage summary.
     --help         Shows detailed help summary.
     --longhelp     Shows complete help.

OPTIONS

-s \s-1STAGE\s0, --stage \s-1STAGE\s0

Starts processing at a given stage. This is used in case you had to stop processing, or a file was missing, or things generally blew up. It is especially useful if a burn fails because then you don't have to start totally over and re-WAV the files. If you just want to perform a single step, use --quit to abort after the stage you request with --stage. Also see --skip.

clean

This is the default starting stage. The temp directory is cleared out. A playlist is required, since we expect to move to the build stage next, which requires it.

build

This stage examines the playlist from the command line, and tries to create a list of symlinks from the given playlist. So far, \*(C`mp3cd\*(C' can understand \*(L".m3u\*(R" files, XMLPlaylist files, and lists of files.

decode

All the files are converted into WAVs. So far, \*(C`mp3cd\*(C' knows how to decode \s-1MP3\s0, Ogg, and \s-1FLAC\s0 files. (WAVs will be left as they are during this stage.)

correct

The \s-1WAV\s0 files are corrected to have the correct bitrate and number of channels, as required for an audio \s-1CD\s0.

norm

The \s-1WAV\s0 files' volumes are normalized so any large differences in volume between records will be less noticeable.

toc

Generates a Table of Contents for the audio \s-1CD\s0.

toc_ok

Validates the \s-1TOC\s0, just in case something went really wrong with the \s-1WAV\s0 files.

cdr_ok

Verifies that there is a \s-1CDR\s0 ready for burning.

burn

Actually performs the burn of all the \s-1WAV\s0 files to the waiting \s-1CDR\s0.

-q, --quit

Aborts after one stage of processing. See --stage.

-t \s-1DIR\s0, --tempdir \s-1DIR\s0

Use a working directory other than "/tmp/mp3cd-username". This is where all the file processing occurs. You will generally need at least 650M free here (or more depending on the recording length of your destination \s-1CD\s0).

-d \s-1PATH\s0, --device \s-1PATH\s0

Use a device path other than \*(L"/dev/cdrecorder\*(R".

-r \s-1TYPE\s0, --driver \s-1TYPE\s0

Use a \s-1CDRDAO\s0 driver other than what cdrdao automatically detects. Note that some drivers may not support CD-TEXT mode. In this case, try \*(L"generic-mmc-raw\*(R".

-c \s-1ARGS\s0, --cdrdao \s-1ARGS\s0

Pass the given option string of \s-1ARGS\s0 to cdrdao during each command.

-n, --simulate

Do not actually write to the disc but simulate the process instead.

-E, --no-eject

Don't eject drive after the burn.

-L, --no-log

Don't redirect output to \*(L"tool-output.txt\*(R". All information will instead be redirected to the terminal via standard output (\s-1STDOUT\s0). This will cause a lot of low-level detail to be displayed.

-T, --no-cd-text

Don't attempt to write CD-TEXT tags to the audio \s-1CD\s0. Some devices and drivers do not support this mode. See --driver for more details.

-S \s-1STAGES\s0, --skip \s-1STAGES\s0

While processing, skips the stages listed in the comma-separated list of stages given in \s-1STAGES\s0. This would only be used if you really know what you're doing. For example, if the audio is already normalized and you didn't want to burn a \s-1CD\s0, you could skip the normalizing and burning stages by giving \*(L"--skip norm,burn\*(R". See --stage and --quit.

-V, --version

Report which version of mp3cd this is.

-v, --verbose

Shows commands as they are executed.

-h, --usage

Show brief usage summary.

--help

Show detailed help summary.

--longhelp

Shows the full command line instructions.

DESCRIPTION

This script implements the suggested methods outlined in the Linux \s-1MP3\s0 \s-1CD\s0 Burning mini-HOWTO: http://tldp.org/HOWTO/MP3-CD-Burning/ <http://tldp.org/HOWTO/MP3-CD-Burning/>

This will burn a playlist (.m3u, XMLPlaylist or command line list) of MP3s, Oggs, FLACs, and/or WAVs to an audio \s-1CD\s0. The \*(L".m3u\*(R" format is really nothing more than a list of fully qualified filenames. The script handles making the WAVs sane by resampling if needed, and normalizing the volume across all tracks.

If a failure happens, earlier stages can be skipped with the '-s' flag. The file \*(L"tool-output.txt\*(R" in the temp directory can be examined to see what went wrong during the stage. Some things are time-consuming (like decoding the audio into WAVs) and if the \s-1CD\s0 burn fails, it's much nicer not to have to start over from scratch. When doing this, you will not need the m3u file any more, since the files have already been built. See the list of stages using '-h'.

PREREQUISITES

Requires \*(C`cdrdao\*(C', and that /dev/cdrecorder is a valid symlink to the /dev/sg device that cdrdao will use. Use .cdrdao to edit driver options. (See \*(L"man cdrdao\*(R" for details.)

Requires \*(C`sox\*(C' to decode \s-1MP3\s0 and check/correct \s-1WAV\s0 formats. http://www.spies.com/Sox/

Requires \*(C`normalize\*(C' to process the audio. http://www.cs.columbia.edu/~cvaill/normalize/

Optionally requires \*(C`oggdec\*(C' to decode Ogg to \s-1WAV\s0 files. http://www.gnu.org/directory/audio/ogg/OggEnc.html/

Optionally requires \*(C`flac\*(C' to decode flac to \s-1WAV\s0 files. http://flac.sourceforge.net/

Optionally requires \*(C`Config::Simple\*(C' Perl module if you want to use the .mp3cdrc file. http://search.cpan.org/~sherzodr/Config-Simple/

FILES

~/.mp3cdrc

Default options can be recorded in this file. The option names are the same as their command line long-name. Command line options will override these values. All options are run through perl's eval. For example:

    tempdir: /scratch/mp3cd/$ENV{'\s-1USER\s0'}
    device: /dev/burner

AUTHOR

Kees Cook <[email protected]>

Contributors:

J. Katz (Ogg support) Alex Rhomberg (XMLPlaylist support) Kevin C. Krinke (filelist inspiration, and countless many patches) James Greenhalgh (flac support)

RELATED TO mp3cd…

perl\|(1), cdrdao\|(1), sox\|(1), oggdec\|(1), flac\|(1), sox\|(1), normalize\|(1).

COPYRIGHT

Copyright (C) 2003-2011 Kees Cook [email protected], http://outflux.net/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. http://www.gnu.org/copyleft/gpl.html