-
Notifications
You must be signed in to change notification settings - Fork 0
/
cplay.1
80 lines (69 loc) · 1.83 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
.\" 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 "November 2002"
.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
user-friendly interface with simple filelist and playlist
control. Invoking
.B cplay
without any options puts you in the filelist in which you
can navigate around looking for audio files. When you
specify an audio file,
.B cplay
automatically adds it to the playlist which can be accessed
by pressing the tabulator key.
.PP
Use 'h' to display the help window.
.PP
Shell command-lines are executed with tagged or current entries
as positional parameters, which means that "$@" might be useful.
.PP
Currently, the following audio formats are supported: MP3 (through
mpg321, splay, mpg123 or madplay), Ogg Vorbis (through ogg123), and
various module-formats (through 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 SEE ALSO
.PP
.BR ogg123 (1),
.BR mpg123 (1),
.BR mpg321 (1),
.BR splay (1),
.BR madplay (1),
.BR mikmod (1),
.BR xmp (1),
.BR play (1),
.BR speexdec (1)
.SH FILES
.PP
.I /var/tmp/cplay_control
- Optional remote control fifo.
.I /etc/cplayrc
- Optional configuration file.
.I ~/.cplayrc
- Optional configuration file.
.SH AUTHOR
.PP
Ulf Betlehem <[email protected]>
.SH BUGS
.PP
In order for either mp3info (ID3) or ogginfo to work,
both corresponding python modules have to be installed.