Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cd-info(1) [debian man page]

CD-INFO(1)							   User Commands							CD-INFO(1)

NAME
cd-info - manual page for cd-info version 0.83 i686-pc-linux-gnu SYNOPSIS
cd-info OPTION... Shows Information about a CD or CD-image. DESCRIPTION
-a, --access-mode=STRING Set CD access method -d, --debug=INT Set debugging to LEVEL -T, --no-tracks Don't show track information -A, --no-analyze Don't filesystem analysis --no-cddb Don't look up audio CDDB information or print it -P, --cddb-port=INT CDDB port number to use (default 8880) -H, --cddb-http Lookup CDDB via HTTP proxy (default no proxy) --cddb-server=STRING CDDB server to contact for information (default: freedb.freedb.org) --cddb-cache=STRING Location of CDDB cache directory (default ~/.cddbclient) --cddb-email=STRING Email address to give CDDB server (default me@home) --no-cddb-cache Disable caching of CDDB entries locally (default caches) --cddb-timeout=INT CDDB timeout value in seconds (default 10 seconds) --no-device-info Don't show device info, just CD info --no-disc-mode Don't show disc-mode info --dvd Attempt to give DVD information if a DVD is found. -v, --no-vcd Don't look up Video CD information - for this build, this is always set -I, --no-ioctl Don't show ioctl() information -b, --bin-file[=FILE] set "bin" CD-ROM disk image file as source -c, --cue-file[=FILE] set "cue" CD-ROM disk image file as source -N, --nrg-file[=FILE] set Nero CD-ROM disk image file as source -t, --toc-file[=FILE] set cdrdao CD-ROM disk image file as source -i, --input[=FILE] set source and determine if "bin" image or device --iso9660 print directory contents of any ISO-9660 filesystems -C, --cdrom-device[=DEVICE] set CD-ROM device as source -l, --list-drives Give a list of CD-drives --no-header Don't display header and copyright (for regression testing) --no-joliet Don't use Joliet extensions --no-rock-ridge Don't use Rock-Ridge-extension information --no-xa Don't use XA-extension information -q, --quiet Don't produce warning output -V, --version display version and copyright information and exit Help options: -?, --help Show this help message --usage Display brief usage message AUTHOR
Rocky Bernstein rocky@gnu.org, based on the cdinfo program by Gerd Knorr <kraxel@bytesex.org> and Heiko Eissfeldt <heiko@hexco.de> COPYRIGHT
Copyright (C) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdrdao (TOC) disk image driver Have driver: bin/cuesheet disk image driver Have driver: Nero NRG disk image driver Default CD-ROM device: /dev/scd0 SEE ALSO
cd-drive(1) for CD-ROM characteristics; iso-info(1) for information about an ISO-9660 image. cd-info version 0.83 i686-pc-linux-gnu October 2011 CD-INFO(1)

Check Out this Related Man Page

CDDB-TOOL(1)						      General Commands Manual						      CDDB-TOOL(1)

NAME
cddb-tool - Get CDDB information SYNOPSIS
cddb-tool parse file [-i|-d|-a|-t] [num|-c|-p] cddb-tool template disc-id tracks cddb-tool send [file] address cddb-tool query server user host disc-id tracks cddb-tool read server user host disc-id genre cddb-tool help DESCRIPTION
cddb-tool is a backend tool for abcde. It is passed information from cd-discid and uses it look up the CD title, artist, and track informa- tion on the cddb database (http://freedb.freedb.org) on the internet. COMMANDS
parse [file] option Get data out of a cddb file (use "-" for stdin). Options (use one and only one): id prints disc id album prints album title track num prints title of track num artist prints artist category prints category cddbgenre synonym for category all parse file and dumps to stdout in a form sourceable by the shell send [file] address Mails file file (or stdin of no file specified) to specified address, using correct format. Category should be one of blues, classical, country, data, folk, jazz, newage, reggae, rock, soundtrack, misc. template [disc-id] [tracks] Generates a template (empty) cddb file to stdout. The command line should be essentially the output of cd-discid. query [server] [user] [host] [disc-id] [tracks] Looks up disc on server (should be of form "http://host/cddb/cddb.cgi") remainder of command line is in the same form as that returned by the cd-discid program. Uses wget, so if you need to use a proxy then just configure wget to do so. user and host will be used for identify- ing ourselves to the CDDB server. Outputs response code and entries with matching CDDB entries, if successful, from the CDDB server. read [server] [user] [host] [disc-id] [genre] Dumps CDDB entry to stdout. File will contain an extra #CATEGORY= line, which leaves it a valid CDDB file but which will be recognized by parse and send commands. Uses wget, so if you need to use a proxy then just configure wget to do so. user and host will be used for identi- fying ourselves to the CDDB server. help Prints usage information. AUTHOR
Nathaniel Smith <njs@uclink4.berkeley.edu>, maintained as part of abcde by Robert Woodcock <rcw@debian.org>. Manual page compiled from help information by Robert Woodcock. CDDB-TOOL(1)
Man Page