cdmp3 0.5.0 (2004-08-15)
CD ripper with CDDB and ID3 support
Copyright (C) 2000-2004 by Roland Riegel <feedback@roland-riegel.de>
Markus Schmoeller
- Introduction
cdmp3 uses cdparanoia to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbis files. cdmp3 tries to get the disk's CDDB entry to include the tracks' titles in the file name, directory name and/or write it as meta tags into the sound file.
2. Installation
cdmp3 consists of a single perl script. Copy it to where ever you want it to reside, /usr/local/bin might be a good place. You might also want to create a symlink, named "cdogg", which points to cdmp3, so that by running cdogg, you preset cdmp3 to creating Ogg Vorbis files instead of MP3.
Additionally you will need the following packages depending on the command line arguments you give to cdmp3:
cdparanoia http://www.xiph.org/paranoia/ cdda2wav ftp://ftp.berlios.de/pub/cdrecord/ (package cdrtools) lame http://www.mp3dev.org/ oggenc http://www.vorbis.com (package vorbis-tools) CDDB_get perl module http://armin.emx.at/cddb/ bfr http://www.glines.org:8000/software/buffer.html
If you are running Debian, all these packages are provided by the Debian project itself or by third parties.
3. Using cdmp3
Just run cdmp3 with no arguments and it will use some default settings for
ripping. If you would like to have better control of what cdmp3 does and
what not, use
cdmp3 --help
If you have been using an earlier version of cdmp3 before, please look out for changes and additions to the command line syntax.
4. Getting help
For questions, comments, bugfixes or whatever, contact me at feedback@roland-riegel.de
5. Copyright / License
Copyright (C) 2000-2004 by Roland Riegel <feedback@roland-riegel.de>
Markus Schmoeller
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.
$Id: README 43 2004-08-14 16:56:56Z roland $
