Files
tldr/pages/common/mpd.md
2024-04-04 10:04:14 +05:30

22 lines
332 B
Markdown

# mpd
> Music Player Daemon.
> See also: `mpc`, `ncmpcpp`.
> 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`