1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/mpd.md
2021-10-06 20:00:11 +05:30

20 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`