aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-03-03 20:29:33 +0100
committerMax Kellermann <max@duempel.org>2010-03-10 19:49:31 +0100
commite686d19154d8de8f9884cd768ef5e600991076ef (patch)
tree655e0cfc3577f98d20082ffe61f66aa7f81a55f7 /doc/user.xml
parent762565e9d11b19534cff2d74715af0645f3885d8 (diff)
output: added option "always_on" for radio stations
Did you ever accidently click "stop" while feeding a radio station? This option sets the output device to "pause" to disable the "close" method. It falls back to "pause" then, which is specific to the plugin. Some plugins implement it by feeding silence.
Diffstat (limited to 'doc/user.xml')
-rw-r--r--doc/user.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 30fcae69..e1e62eb9 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -339,6 +339,18 @@ cd mpd-version</programlisting>
</row>
<row>
<entry>
+ <varname>always_on</varname>
+ <parameter>yes|no</parameter>
+ </entry>
+ <entry>
+ If set to "yes", then MPD attempts to keep this audio
+ output always open. This may be useful for streaming
+ servers, when you don't want to disconnect all
+ listeners even when playback is accidently stopped.
+ </entry>
+ </row>
+ <row>
+ <entry>
<varname>mixer_type</varname>
<parameter>hardware|software|none</parameter>
</entry>