cplay

view cplay.1 @ 0:aa5f022eac8a

Use upstream cplay-1.49 as a start
author markus schnalke <meillo@marmaro.de>
date Wed, 27 Sep 2017 09:22:32 +0200
parents
children
line source
1 .\" Copyright (C) 2000, 2002 Martin Michlmayr <tbm@cyrius.com>
2 .\" This manual is freely distributable under the terms of the GPL.
3 .\" It was originally written for Debian GNU/Linux (but may be used
4 .\" by others).
5 .\"
6 .TH CPLAY 1 "November 2002"
8 .SH NAME
9 .PP
10 cplay \- a front-end for various audio players
12 .SH SYNOPSIS
13 .PP
14 \fBcplay\fR [\-options] [ \fIfile\fP | \fIdir\fP | \fIplaylist\fP ] ...
16 .SH DESCRIPTION
17 .PP
18 .B cplay
19 is a front-end for various audio players. It aims to provide a
20 user-friendly interface with simple filelist and playlist
21 control. Invoking
22 .B cplay
23 without any options puts you in the filelist in which you
24 can navigate around looking for audio files. When you
25 specify an audio file,
26 .B cplay
27 automatically adds it to the playlist which can be accessed
28 by pressing the tabulator key.
29 .PP
30 Use 'h' to display the help window.
31 .PP
32 Shell command-lines are executed with tagged or current entries
33 as positional parameters, which means that "$@" might be useful.
34 .PP
35 Currently, the following audio formats are supported: MP3 (through
36 mpg321, splay, mpg123 or madplay), Ogg Vorbis (through ogg123), and
37 various module-formats (through mikmod and xmp).
39 .SH OPTIONS
40 .IP \fB\-n
41 Enable \fIrestricted\fI mode
42 .IP \fB\-r
43 Toggles playlist \fIrepeat\fP mode
44 .IP \fB\-R
45 Toggles playlist \fIrandom\fP mode
46 .IP \fB\-v
47 Toggles PCM and MASTER (default) volume control
49 .SH SEE ALSO
50 .PP
51 .BR ogg123 (1),
52 .BR mpg123 (1),
53 .BR mpg321 (1),
54 .BR splay (1),
55 .BR madplay (1),
56 .BR mikmod (1),
57 .BR xmp (1),
58 .BR play (1),
59 .BR speexdec (1)
61 .SH FILES
62 .PP
63 .I /var/tmp/cplay_control
64 - Optional remote control fifo.
66 .I /etc/cplayrc
67 - Optional configuration file.
69 .I ~/.cplayrc
70 - Optional configuration file.
72 .SH AUTHOR
73 .PP
74 Ulf Betlehem <flu@iki.fi>
76 .SH BUGS
77 .PP
78 In order for either mp3info (ID3) or ogginfo to work,
79 both corresponding python modules have to be installed.