cdpclt(1) NetBSD Reference Manual cdpclt(1)

NAME
cdpclt -- cdplayer client
SYNOPSIS
cdpclt [ -s server_path ] [command]
DESCRIPTION

The utility

cdpclt setup command messages and send to the cdplayd(8). When cdpclt can not found server, it tries to run the server. If server is not in your PATH environment, please specify the location with -s option.

Commands which currently supported are

! [command [args]] Invoke an interactive shell on the local machine. If there are arguments, the first is taken to be a command to execute directly, with the rest of the arguments as its arguments.
back [arg] back arg track. if arg is not given, back to head of current track.
skip [arg] skip arg track. if arg is not given, skip to head of next track.
device arg Change to cd device to arg.
ls [args] list table of contents. If first argment is ``-l'', then print in long format.
eject eject cdrom.
pause pause cd.
resume resume cd.
play [args] play cd. if optional args are given, play tracks in that order.
info display cd information.
halt stop the system including server.
edit edit the information file.
exit exit the client.
vol [arg1 [arg2]] If no argments are given, print current volume. If only one argment is given, set left and right volume to that value. If two argments are givem set left volume to arg1 and right one to arg2.
goto arg goto arg location.
prev [arg] synonym for back.
next [arg] synonym for skip.
dir [args] synonym for ls.
quit synonym for exit.
stat synonym for info.
random [arg] toggle random mode or set it mode to arg(on/off).
repeat [arg] toggle repeat mode or set it mode to arg(on/off).
title [title | artist | xx] Name as remaining strings.
setenv [name [value]] set/print environment variables name.
printenv [name [...]] Print environment variable name.
ENVIRONMENT

If the following environment variable exists it will be utilized by cdpclt

EDITOR The editor specified by the string EDITOR will be invoked instead of the default editor.
FILES
/tmp/.cdplay Socket to interact with the server.
SEE ALSO
cdplayd(8)
HISTORY

cdpclt is currently under development.

Sources
ftp://tack.fukui-med.ac.jp/pub/tera_utils/cdplay.tar.gz
Tera January 22, 1997