mpd: add page (#6801)
This commit is contained in:
20
pages/common/mpd.md
Normal file
20
pages/common/mpd.md
Normal 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`
|
Reference in New Issue
Block a user