Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mcdp(1) [debian man page]

MCDP(1) 							   User commands							   MCDP(1)

NAME
mcdp - a small cdplayer for linux SYNOPSIS
mcdp [/dev/some-cdrom-device] DESCRIPTION
The command mcdp is used for playing AudioCD's. It has a curses like userinterface and is fairly simple to use. OPTIONS
There is only one optional option - a cd device, e.g. /dev/cdrom2. KEYS
KEY DESCRIPTION # play track number # (0,1..9) cursor up fast forward cursor right slow forward cursor left slow rewind cursor down fast rewind space next track b/B previous track S/s toggle start/stop P/p toggle pause/resume E/e eject cdrom device C/c close cdrom device R/r redraw screen M/m change playmethod (-/+) +/- change trackmodifier (+/-) </> change audio volume of cdrom device (-/+) Q/q quit mcdp ENVIRONMENT VARIABLES
CDDA_DEVICE Reserved or later :) CDROM Try this cdrom as default (if unset, CDROM_DEFAULT from params.h is used). CDDB_PATH path to your local cddb files (if unset, _no_ cddb titelinfo is displayed) CDDB_SERVER IP:PORT of a freedb server (if unset, only local cddb stuff is used, if it exists in $CDDB_PATH/$discid). LOGNAME Is used for remote cddb login. HOSTNAME Is used for remote cddb login too. FILES
$HOME/.workmandb Is used (first) for reading wmdb entries. $CDDB_PATH/* Is used for reeading/writing cddb entries. RETURN VALUES
0 no errors occured / normal quit 1 the given cd-device isn't a cd-device 2 your cd seems to be sth. other then a CD-Audio or CD-Mixed 3 some error while processing terminal code NOTES
Some terminals don't like the default escape-sequences from params.h ... if so, you have to edit them ! Successfully tested terminals are vt100, linux, xterm, xterm-color. If you haven't direct access to a freedb server, you may use some port redirector program ... see freshmeat. If you have devfs, mcdp will try /dev/cdroms/cdrom0, else /dev/cdrom is tried! AUTHOR
Tino Reichardt <milky-mcdp@mcmilk.de> Homepage: http://www.mcmilk.de/projects/mcdp/ mcdp-0.4 2004-02-20 MCDP(1)

Check Out this Related 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)
Man Page