mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:02:10 +02:00
332 B
332 B
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