cplay

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cplay.1	Wed Sep 27 09:22:32 2017 +0200
     1.3 @@ -0,0 +1,80 @@
     1.4 +.\" Copyright (C) 2000, 2002 Martin Michlmayr <tbm@cyrius.com>
     1.5 +.\" This manual is freely distributable under the terms of the GPL.
     1.6 +.\" It was originally written for Debian GNU/Linux (but may be used
     1.7 +.\" by others).
     1.8 +.\"
     1.9 +.TH CPLAY 1 "November 2002"
    1.10 +
    1.11 +.SH NAME
    1.12 +.PP
    1.13 +cplay \- a front-end for various audio players
    1.14 +
    1.15 +.SH SYNOPSIS
    1.16 +.PP
    1.17 +\fBcplay\fR [\-options] [ \fIfile\fP | \fIdir\fP | \fIplaylist\fP ] ...
    1.18 +
    1.19 +.SH DESCRIPTION
    1.20 +.PP
    1.21 +.B cplay
    1.22 +is a front-end for various audio players. It aims to provide a
    1.23 +user-friendly interface with simple filelist and playlist
    1.24 +control.  Invoking
    1.25 +.B cplay
    1.26 +without any options puts you in the filelist in which you
    1.27 +can navigate around looking for audio files.  When you
    1.28 +specify an audio file,
    1.29 +.B cplay
    1.30 +automatically adds it to the playlist which can be accessed
    1.31 +by pressing the tabulator key.
    1.32 +.PP
    1.33 +Use 'h' to display the help window.
    1.34 +.PP
    1.35 +Shell command-lines are executed with tagged or current entries
    1.36 +as positional parameters, which means that "$@" might be useful.
    1.37 +.PP
    1.38 +Currently, the following audio formats are supported: MP3 (through
    1.39 +mpg321, splay, mpg123 or madplay), Ogg Vorbis (through ogg123), and
    1.40 +various module-formats (through mikmod and xmp).
    1.41 +
    1.42 +.SH OPTIONS
    1.43 +.IP \fB\-n
    1.44 +Enable \fIrestricted\fI mode
    1.45 +.IP \fB\-r
    1.46 +Toggles playlist \fIrepeat\fP mode
    1.47 +.IP \fB\-R
    1.48 +Toggles playlist \fIrandom\fP mode
    1.49 +.IP \fB\-v
    1.50 +Toggles PCM and MASTER (default) volume control
    1.51 +
    1.52 +.SH SEE ALSO
    1.53 +.PP
    1.54 +.BR ogg123 (1),
    1.55 +.BR mpg123 (1),
    1.56 +.BR mpg321 (1),
    1.57 +.BR splay (1),
    1.58 +.BR madplay (1),
    1.59 +.BR mikmod (1),
    1.60 +.BR xmp (1),
    1.61 +.BR play (1),
    1.62 +.BR speexdec (1)
    1.63 +
    1.64 +.SH FILES
    1.65 +.PP
    1.66 +.I /var/tmp/cplay_control 
    1.67 +- Optional remote control fifo.
    1.68 +
    1.69 +.I /etc/cplayrc
    1.70 +- Optional configuration file.
    1.71 +
    1.72 +.I ~/.cplayrc
    1.73 +- Optional configuration file.
    1.74 +
    1.75 +.SH AUTHOR
    1.76 +.PP
    1.77 +Ulf Betlehem <flu@iki.fi>
    1.78 +
    1.79 +.SH BUGS
    1.80 +.PP
    1.81 +In order for either mp3info (ID3) or ogginfo to work,
    1.82 +both corresponding python modules have to be installed.
    1.83 +