mpd: add page (#6801)

This commit is contained in:
Snehit Sah
2021-10-06 20:00:11 +05:30
committed by GitHub
parent 178e1a1513
commit 8395d44776

20
pages/common/mpd.md Normal file
View File

@@ -0,0 +1,20 @@
# mpd
> Music Player Daemon.
> 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`