mpd(1) - Linux man page
Name
MPD - A daemon for playing musicSynopsis
mpd [options] [CONF_FILE]Description
MPD searches for a config file in ~/.mpdconf then /etc/mpd.conf or uses CONF_FILE.
Read more about MPD at <http://www.musicpd.org/>.
Options
- --help
- Output a brief help message.
- --kill
- Kill the currently running mpd session. The pid_file parameter must be specified in the config file for this to work.
- --no-daemon
- Don't detach from console.
- --stderr
- Print messages stderr.
- --verbose
- Verbose logging.
- --version
- Print version information.
Files
- ~/.mpdconf
- User configuration file.
- /etc/mpd.conf
- Global configuration file.
See Also
mpd.conf(5), mpc(1)Bugs
If you find a bug, please report it at<http://www.musicpd.org/mantis/bug_report_page.php>.
Authors
Warren Dukes <warren.dukes@gmail.com>Special thanks to all the people that provided feedback and patches.