configure.ac: Add optional third variable to results.
[mpd-mk.git] / doc / mpd.1
blobb708436731084938d76751f04c3d438374f1139c
1 .TH "Music Player Daemon" 1
2 .SH NAME
3 MPD \- A daemon for playing music
4 .SH SYNOPSIS
5 .B mpd
6 .RI [ options ]
7 .RI [ CONF_FILE ]
8 .SH DESCRIPTION
9 MPD is a daemon for playing music.  Music is played through the configured
10 audio output(s) (which are generally local, but can be remote).  The daemon
11 stores info about all available music, and this info can be easily searched and
12 retrieved.  Player control, info retrieval, and playlist management can all be
13 managed remotely.
15 MPD searches for a config file in \fB~/.mpdconf\fP then \fB/etc/mpd.conf\fP or
16 uses CONF_FILE.
18 Read more about MPD at <\fBhttp://www.musicpd.org/\fP>.
19 .SH OPTIONS
20 .TP
21 .BI --help
22 Output a brief help message.
23 .TP
24 .BI --kill
25 Kill the currently running mpd session.  The pid_file parameter must be
26 specified in the config file for this to work.
27 .TP
28 .BI --no-daemon
29 Don't detach from console.
30 .TP
31 .BI --stderr
32 Print messages stderr.
33 .TP
34 .BI --verbose
35 Verbose logging.
36 .TP
37 .BI --version
38 Print version information.
39 .SH FILES
40 .TP
41 .BI ~/.mpdconf
42 User configuration file.
43 .TP
44 .BI /etc/mpd.conf
45 Global configuration file.
46 .SH SEE ALSO
47 mpd.conf(5), mpc(1)
48 .SH BUGS
49 If you find a bug, please report it at
50 .br
51 <\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
52 .SH AUTHORS
53 Warren Dukes <warren.dukes@gmail.com>
55 Special thanks to all the people that provided feedback and patches.