diff options
author | Max Kellermann <max@duempel.org> | 2011-02-23 09:09:48 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-02-23 09:10:23 +0100 |
commit | 2fb40fe728ac07574808c40034fc0f3d2254d49d (patch) | |
tree | 2c5ee9f1d37426039ab9c7afc869b1ad0bc5aa02 /doc/mpd.conf.5 | |
parent | b57330cf75bcb339e3f268f1019c63e40d305145 (diff) | |
download | mpd-2fb40fe728ac07574808c40034fc0f3d2254d49d.tar.gz mpd-2fb40fe728ac07574808c40034fc0f3d2254d49d.tar.xz mpd-2fb40fe728ac07574808c40034fc0f3d2254d49d.zip |
playlist_state: add option "restore_paused"
When set, MPD will not auto-start playback on startup; it will be in
"paused" state.
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index c75d4aad6..cb44468bf 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -69,6 +69,9 @@ mpd will be saved to this file when mpd is terminated by a TERM signal or by the "kill" command. When mpd is restarted, it will read the state file and restore the state of mpd (including the playlist). .TP +.B restore_paused <yes or no> +Put MPD into pause mode instead of starting playback after startup. +.TP .B user <username> This specifies the user that MPD will run as, if set. MPD should never run as root, and you may use this option to make MPD change its |