mirror of https://github.com/CrimsonTome/tldr.git
21 lines
302 B
Markdown
21 lines
302 B
Markdown
# mpd
|
|
|
|
> Music Player Daemon.
|
|
> More information: <https://www.musicpd.org/>.
|
|
|
|
- Start MPD:
|
|
|
|
`mpd`
|
|
|
|
- Start MPD but don't read from the configuration file:
|
|
|
|
`mpd --no-config`
|
|
|
|
- Start MPD and don't detach it from the console:
|
|
|
|
`mpd --no-daemon`
|
|
|
|
- Kill the currently running MPD session:
|
|
|
|
`mpd --kill`
|