forked from holizz/cplay
-
Notifications
You must be signed in to change notification settings - Fork 2
/
cplay.1
98 lines (89 loc) · 2.01 KB
/
cplay.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.\" Copyright (C) 2000, 2002 Martin Michlmayr <[email protected]>
.\" This manual is freely distributable under the terms of the GPL.
.\" It was originally written for Debian GNU/Linux (but may be used
.\" by others).
.\"
.TH CPLAY 1 "September 2014"
.SH NAME
.PP
cplay \- a front-end for various audio players
.SH SYNOPSIS
.PP
\fBcplay\fR [\-options] [ \fIfile\fP | \fIdir\fP | \fIplaylist\fP ] ...
.SH DESCRIPTION
.PP
.B cplay
is a front-end for various audio players. It aims to provide a minimal
interface with simple filelist and playlist control. Invoking
.B cplay
without any options puts you in the filelist in which you can navigate around
with the arrow keys looking for audio files. When you select an audio file, it
can either be played directly (press enter), or added to the playlist
(press 'a'). The playlist can be accessed by pressing the tab key.
.PP
Use 'h' to display the help window explaining other keyboard shortcuts.
.PP
Shell command lines can be executed with tagged or current entries as
positional parameters by specifying "$@".
.PP
Currently, the following audio formats are supported: MP3 (through mpg321,
splay, mpg123 or madplay), Ogg Vorbis (through ogg123), and various other
formats (through mplayer, gst123, mikmod, and xmp).
.SH OPTIONS
.IP \fB\-n
Enable \fIrestricted\fI mode
.IP \fB\-r
Toggles playlist \fIrepeat\fP mode
.IP \fB\-R
Toggles playlist \fIrandom\fP mode
.IP \fB\-v
Toggles PCM and MASTER (default) volume control
.SH REMOTE CONTROL FILE
.B cplay
can be controlled through a FIFO.
.PP
Available commands:
.PP
play
.br
stop
.br
pause
.br
next
.br
prev
.br
empty
.br
quit
.br
forward \fIseconds\fR
.br
backward \fIseconds\fR
.br
add \fIfile\fR
.br
volume set \fIpercentage\fR
.br
macro \fIname\fR
.PP
Example:
.PP
\fBecho pause >/tmp/cplay-control-$USER\fB
.SH SEE ALSO
.PP
.BR mplayer (1),
.BR gst123 (1),
.BR ogg123 (1),
.BR mpg123 (1),
.BR mpg321 (1),
.BR splay (1),
.BR madplay (1),
.SH FILES
.PP
.I /tmp/cplay-control-$USER
- Optional remote control fifo.
.SH AUTHOR
.PP
Ulf Betlehem <[email protected]>