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
|
|
|
|
2006-04-30 16:53:28 +02:00
|
|
|
MPD searches for a config file in \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
|
|
|
|
.BI --help
|
2004-06-13 23:16:36 +02:00
|
|
|
Output a brief help message.
|
|
|
|
.TP
|
2006-04-30 16:53:28 +02:00
|
|
|
.BI --kill
|
|
|
|
Kill the currently running mpd session.
|
|
|
|
.TP
|
|
|
|
.BI --create-db
|
|
|
|
Force (re)creation of database and exit.
|
|
|
|
.TP
|
2004-06-13 23:16:36 +02:00
|
|
|
.BI --no-create-db
|
2006-04-30 16:53:28 +02:00
|
|
|
Do not create database, even if it doesn't exist.
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
|
|
|
.BI --no-daemon
|
2004-06-13 23:16:36 +02:00
|
|
|
Don't detach from console.
|
|
|
|
.TP
|
|
|
|
.BI --stdout
|
2006-04-30 16:53:28 +02:00
|
|
|
Print messages to stdout and stderr.
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
|
|
|
.BI --verbose
|
2006-04-30 16:53:28 +02:00
|
|
|
Verbose logging.
|
2004-02-24 00:41:20 +01:00
|
|
|
.TP
|
|
|
|
.BI --version
|
|
|
|
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
|
2006-04-30 16:53:28 +02:00
|
|
|
<\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
|
|
|
|
.SH AUTHORS
|
|
|
|
Warren Dukes <warren.dukes __AT__ 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.
|