aboutsummaryrefslogtreecommitdiff
path: root/doc/mpd.1
blob: 5741f6726341f48ec9b108985d38b3702f8c2e36 (plain)
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
.TH "Music Player Daemon" 1
.SH NAME
MPD \- A daemon for playing music
.SH SYNOPSIS
.B mpd
.RI [ options ]
.RI [ CONF_FILE ]
.SH DESCRIPTION
MPD is a daemon for playing music.  Music is played through the configured
audio output(s) (which are generally local, but can be remote).  The daemon
stores info about all available music, and this info can be easily searched and
retrieved.  Player control, info retrieval, and playlist management can all be
managed remotely.

MPD searches for a config file in \fB~/.mpdconf\fP then \fB/etc/mpd.conf\fP or
uses CONF_FILE.

Read more about MPD at <\fBhttp://www.musicpd.org/\fP>.
.SH OPTIONS
.TP
.BI --help
Output a brief help message.
.TP
.BI --kill
Kill the currently running mpd session.  The pid_file parameter must be
specified in the config file for this to work.
.TP
.BI --create-db
Force (re)creation of database and exit.
.TP
.BI --no-create-db
Do not create database, even if it doesn't exist.
.TP
.BI --no-daemon
Don't detach from console.
.TP
.BI --stdout
Print messages to stdout and stderr.
.TP
.BI --verbose
Verbose logging.
.TP
.BI --version
Print version information.
.SH FILES
.TP
.BI ~/.mpdconf
User configuration file.
.TP
.BI /etc/mpd.conf
Global configuration file.
.SH SEE ALSO
mpd.conf(5), mpc(1)
.SH BUGS
If you find a bug, please report it at
.br
<\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
.SH AUTHORS
Warren Dukes <warren.dukes __AT__ gmail.com>

Special thanks to all the people that provided feedback and patches.