1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-25 08:23:59 +02:00
tldr/pages/common/mpd.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

21 lines
355 B
Markdown

# mpd
> Music Player Daemon.
> See also: `mpc`, `ncmpcpp`.
> More information: <https://mpd.readthedocs.io/en/stable/mpd.1.html>.
- 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`