-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpc123.1
81 lines (67 loc) · 2.65 KB
/
mpc123.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
.TH mpc123 1 "January 2006"
.SH NAME
mpc123 \- your handy Musepack audio player
.SH SYNOPSIS
.B mpc123 [options] file(s)
.SH DESCRIPTION
mpc123 is a command\-line player for the Musepack audio compression
format. mpc123 reads mpc audio files and decodes them to the devices
specified on the command line.
During playback, you can pass to the next playlist element (or a random one
if one of the \-z and \-Z options were used, see below) by sending SIGINT
to the process, thus usually pressing ^C will act as a "next-button" for the
player.
.SH OPTIONS
.IP "\fB\-\-gain N\fP, \fB\-g N\fP" 4
Set gain (audio volume) to \fBN\fP (0\-100 inclusive, default 100,
0 mutes sound)
.IP "\fB\-o driver\fP" 4
Set output devicetype to \fBdriver\fP; possible drivers include:
.IP " \fBoss\fP" 4
Linux Open Sound System
.IP " \fBalsa\fP" 4
Advanced Linux Sound Architecture
.IP " \fBalsa09\fP" 4
ALSA version 0.9 and newer (you should really be using this)
.IP " \fBesd\fP" 4
Enlightenment sound daemon
.IP " \fBarts\fP" 4
Analog Real Time System (kde sound daemon)
.IP " \fBnull\fP" 4
Debugging output target
.IP "\fB\-\-audiodevice dev\fP, \fB\-a dev\fP" 4
Use \fBdev\fP for audio\-out; If not specified, the program tries to pick
some sane defaults, based on the used audio output driver. Common devices
include:
.IP " \fB/dev/dsp\fP or \fB/dev/dsp1\fP" 4
for \fBoss\fP output
.IP " \fBdefault\fP or \fBhw:0\fP" 4
for \fBalsa09\fP output
.IP "\fB\-\-au filename.au\fP, \fB\-u filename.au\fP"
Use au file \fBfilename.au\fP for output
.IP "\fB\-\-cdr filename.cdr\fP, \fB\-c filename.cdr\fP"
Use raw file \fBfilename.cdr\fP for output (this can be used directly
with cdrecord's \-audio option)
.IP "\fB\-\-wav filename.wav\fP, \fB\-w filename.wav\fP"
Use wave file \fBfilename.wav\fP for output
.IP "\fB\-\-list file\fP, \fB\-@ file\fP"
Use playlist \fBfile\fP as list of Musepack files; The playlist format is
simple: one file per line.
You can easily generate a playlist for \fBmpc123\fP with the find(1)
command:
.IP " find /path/to/musicroot \-iname \\\\*.mpc \-fprint \fBfile\fP" 4
.IP "\fB\-\-random\fP, \fB\-Z\fP"
Play files randomly until interrupted
.IP "\fB\-\-shuffle\fP, \fB\-z\fP"
Shuffle list of files before playing
.IP "\fB\-\-verbose\fP, \fB\-v\fP"
Increase verbosity (default verbosity is 0), the more \-v, the more
verbose mpc123 becomes
.IP "\fB\-\-quiet\fP, \fB\-q\fP"
Reset verbosity to 0 (no title or boilerplate); this is the default
.IP "\fB\-\-help\fP, \fB\-h\fP"
Print the help screen, with some brief usage information
.SH AUTHOR
.na
.nf
This manual page was written by Daniele Sempione <scrows at oziosi.org>; Fernando Vezzosi <github-mpc123 at repnz.net> made some edits