snippetbashTip
mpd — Music Player Daemon. See also: `mpc`, `ncmpcpp`. More information: <https://mpd.readthedocs.io/en/st
Viewed 0 times
musiccommandmpddaemoncliplayerseealso
Problem
How to use the
mpd command: Music Player Daemon. See also: mpc, ncmpcpp. More information: <https://mpd.readthedocs.io/en/stable/mpd.1.html>.Solution
mpd — Music Player Daemon. See also: mpc, ncmpcpp. More information: <https://mpd.readthedocs.io/en/stable/mpd.1.html>.Start MPD:
mpdStart MPD but don't read from the configuration file:
mpd --no-configStart MPD and don't detach it from the console:
mpd --no-daemonKill the currently running MPD session:
mpd --killCode Snippets
Start MPD
mpdStart MPD but don't read from the configuration file
mpd --no-configStart MPD and don't detach it from the console
mpd --no-daemonKill the currently running MPD session
mpd --killContext
tldr-pages: common/mpd
Revisions (0)
No revisions yet.