Update to 6762
[qball-mpd.git] / doc / mpd.1
blobc1ddf1762693b389388ea7ea465ae562b6958f3f
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 --create-db
29 Force (re)creation of database and exit.
30 .TP
31 .BI --no-create-db
32 Do not create database, even if it doesn't exist.
33 .TP
34 .BI --no-daemon
35 Don't detach from console.
36 .TP
37 .BI --stdout
38 Print messages to stdout and stderr.
39 .TP
40 .BI --verbose
41 Verbose logging.
42 .TP
43 .BI --version
44 Print version information.
45 .SH FILES
46 .TP
47 .BI ~/.mpdconf
48 User configuration file.
49 .TP
50 .BI /etc/mpd.conf
51 Global configuration file.
52 .SH SEE ALSO
53 mpd.conf(5), mpc(1)
54 .SH BUGS
55 If you find a bug, please report it at
56 .br
57 <\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
58 .SH AUTHORS
59 Warren Dukes <warren.dukes@gmail.com>
61 Special thanks to all the people that provided feedback and patches.