2004-02-24 00:41:20 +01:00
|
|
|
.TH "Music Player Daemon" 1
|
|
|
|
.SH NAME
|
2006-04-30 16:53:28 +02:00
|
|
|
MPD \- A daemon for playing music
|
2004-02-24 00:41:20 +01:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B mpd
|
|
|
|
.RI [ options ]
|
|
|
|
.RI [ CONF_FILE ]
|
|
|
|
.SH DESCRIPTION
|
2006-04-30 16:53:28 +02:00
|
|
|
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.
|
2004-02-24 00:41:20 +01:00
|
|
|
|
2013-08-07 16:08:48 +02:00
|
|
|
MPD searches for a config file in \fB$XDG_CONFIG_HOME/mpd/mpd.conf\fP then
|
|
|
|
\fB~/.mpdconf\fP then \fB/etc/mpd.conf\fP or uses CONF_FILE.
|
2004-02-24 00:41:20 +01:00
|
|
|
|
2006-04-30 16:53:28 +02:00
|
|
|
Read more about MPD at <\fBhttp://www.musicpd.org/\fP>.
|
2004-02-24 00:41:20 +01:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2013-02-27 19:50:05 +01:00
|
|
|
.BI \-\-help
|
2004-06-13 23:16:36 +02:00
|
|
|
Output a brief help message.
|
|
|
|
.TP
|
2013-02-27 19:50:05 +01:00
|
|
|
.BI \-\-kill
|
2006-06-05 22:05:24 +02:00
|
|
|
Kill the currently running mpd session. The pid_file parameter must be
|
|
|
|
specified in the config file for this to work.
|
2006-04-30 16:53:28 +02:00
|
|
|
.TP
|
2013-02-27 19:50:05 +01:00
|
|
|
.BI \-\-no\-daemon
|
2004-06-13 23:16:36 +02:00
|
|
|
Don't detach from console.
|
|
|
|
.TP
|
2013-02-27 19:50:05 +01:00
|
|
|
.BI \-\-stderr
|
2009-07-15 18:27:32 +02:00
|
|
|
Print messages stderr.
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
2013-02-27 19:50:05 +01:00
|
|
|
.BI \-\-verbose
|
2006-04-30 16:53:28 +02:00
|
|
|
Verbose logging.
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
2013-02-27 19:50:05 +01:00
|
|
|
.BI \-\-version
|
2004-02-24 00:41:20 +01:00
|
|
|
Print version information.
|
2006-04-30 16:53:28 +02:00
|
|
|
.SH FILES
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
2006-04-30 16:53:28 +02:00
|
|
|
.BI ~/.mpdconf
|
|
|
|
User configuration file.
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
2006-04-30 16:53:28 +02:00
|
|
|
.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
|
2004-02-24 00:41:20 +01:00
|
|
|
.br
|
2017-05-15 21:48:03 +02:00
|
|
|
<\fBhttps://github.com/MusicPlayerDaemon/MPD/issues/\fP>.
|
2006-04-30 16:53:28 +02:00
|
|
|
.SH AUTHORS
|
2017-01-17 11:54:55 +01:00
|
|
|
Max Kellermann <max.kellermann@gmail.com>
|
2004-02-24 00:41:20 +01:00
|
|
|
|
2006-04-30 16:53:28 +02:00
|
|
|
Special thanks to all the people that provided feedback and patches.
|