MAN page from Mandrake Other cdp-0.33-9.i386.rpm
cdp
Section: Audio CD Player (1)
Updated: 10 Nov 1995
Index NAME
cdplay -- an interactive text-mode program for controllingand playing audio CD Roms under Linux.
SYNOPSIS
cdp[ -h | -l | -n | -s ] [play <track-num>]
cdplay[ -h | -l | -n | -s ] [play <num>] [stop] [table]
-s : Start in silent mode
-h : help
-n : No autoplay
-l : slow start (wait for init)
play <num> : autoplay from <num> track of CD
stop : Stop the CD.
table : display CD table of contents from database
Typecdpto start program.Engage the NUM LOCK on your keypad. From inside cdppressing DEL on numeric keypad will display a help menu.While running, cdpwill display the current track number andboth total CD elapsed time and current track elapsed time.Note that total CD elapsed time includes times for non-audio datatracks in addition to playable tracks.
Use cdplayto use the non-iteractive version of cdp.
DESCRIPTION
cdpis an interactive TEXT-MODE program for playing audio CDsunder Linux. It is based on WorkBone, which in turn is based on the modules "hardware.c", "database.c" and "struct.c" from the elaborate X11 CD program known as WorkMan.
cdpDisplay CD databases, as generated by WorkMan. It also enable editing this information.
cdpexpects to find the device: /dev/cdrom . If you don'thave this device, change to /dev and soft link your currentcd rom device to 'cdrom'. For example, if you currently callyour cdrom device 'mcd0', then do the following:
cd /dev
ln -sf mcd0 cdrom
Alternatively, just edit 'hardware.c' to reflect thename of your cdrom device and recompile.
cdpuses the numeric keypad as a control panel to allow youto move track to track, play, pause, stop, and resume playing ofaudio CDs. Make sure you have your NUM LOCK engaged when usingcdp.A graphical template is displayed to guide you. Running timesare also continuously updated and displayed.
+---- number pad -----+
| |
| 7 8 9 |
| |
| 4 5 6 |
| |
| 1 2 3 |
| |
| 0 del |
| |
+---------------------+
the '9' key on the keypad is "play"
the '8' key on the keypad is "pause/resume"
the '7' key on the keypad is "stop"
the '6' key on the keypad is "next"
the '5' key on the keypad is "replay"
the 4 key on the keypad is "previous"
the '3' key on the keypad is "go forward 15 seconds"
the '2' key on the keypad is "hard abort" (music stops)
the '1' key on the keypad is "go backward 15 seconds"
the '0' key on the keypad is "soft exit" (music continues)
the '.' key on the keypad is "help"
the 'enter' key is edit current song.
the 'a' key is edit artist name
the 'c' key is edit CD name
COPYING
cdpis
copyrightedfree software provided WITHOUT warranty of any kind,NOT EVEN the implied warranty of merchantablilty or fitness for any particular purpose. Use at your own risk.
cdpmay be used in any way you wish so long as you comply with theprovisions of the Free Software Foundation
GNU General Public License version 2. This software should have come with a copy ofthe GNU General Public License. You may obtain a copy of this licenseby writing to:
Free Software Foundation, Inc.,
675 Mass Ave,
Cambridge, MA 02139, USA.
BUGS
It is doubtful that I will do much development of
cdp.I extended WorkBone 0.1 to support WorkMan CD databases. This program is a further extension of WorkBoneII 0.2 to support CD database editing.Please e-mail any bug fixes or improvements thatyou might have.
cdpworks with my Mitsumi FX001D CD Rom drive, but yourmileage with other drives may vary. Only generic calls andfunctions are used as per WorkMan proper itself. Unlike WorkBone cdp uses ncurses for displaying its screen. If anyone is interested in porting it to other platforms please email me.
enjoy.
Sariel Har-Peled
sarielAATTmath.tau.ac.il
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- COPYING
- BUGS
This document was created byman2html,using the manual pages.