cplay

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