diff --git a/pages/common/mpd.md b/pages/common/mpd.md new file mode 100644 index 000000000..a5056beb1 --- /dev/null +++ b/pages/common/mpd.md @@ -0,0 +1,20 @@ +# mpd + +> Music Player Daemon. +> More information: . + +- 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`