NAME
isfdcdi - InfoSys::FreeDB's get CD info
SYNOPSIS
isfdcdi [--h] [--dev <dev>] [--o <outfile>]
DESCRIPTION
This is a simple command to read track information from a CD and to store it into a FreeDB formatted file.
It is intended to illustrate the usage of the InfoSys::FreeDB
modules.
Options:
- --h
-
Show usage.
- --dev
-
CD device. If none specified,
cdparanoia
's default device is used. - --o
-
Output file. Defaults to STDOUT.
SEE ALSO
isfdlscat, isfdmotd, isfdoggenc, isfdquery, isfdrip, isfdsites
EXAMPLE
Quick and dirty rip: $ isfdrip
Slightly more sophisticated rip: $ isfdcdi --o cd-tech.cddb $ isfdquery --i cd-tech.cddb --o cd-query.cddb $ # Edit file cd-query.cddb $ isfdrip --i cd-query.cddb
BUGS
None known (yet).
HISTORY
First development: September 2002 Last update: September 2003
AUTHOR
Vincenzo Zocca <Vincenzo@Zocca.com>
COPYRIGHT
Copyright 2002, 2003, Vincenzo Zocca.
LICENSE
This file is part of the InfoSys::FreeDB
module hierarchy for Perl by Vincenzo Zocca.
The InfoSys::FreeDB module hierarchy 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.
The InfoSys::FreeDB module hierarchy 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 the InfoSys::FreeDB module hierarchy; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 108:
You forgot a '=back' before '=head1'