audio_format: wildcards allowed in audio_format configuration
An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
This commit is contained in:
17
doc/user.xml
17
doc/user.xml
@@ -300,10 +300,19 @@ cd mpd-version</programlisting>
|
||||
<varname>format</varname>
|
||||
</entry>
|
||||
<entry>
|
||||
Always open the audio output with the specified audio
|
||||
format (samplerate:bits:channels), regardless of the
|
||||
format of the input file. This is optional for most
|
||||
plugins.
|
||||
<para>
|
||||
Always open the audio output with the specified audio
|
||||
format (samplerate:bits:channels), regardless of the
|
||||
format of the input file. This is optional for most
|
||||
plugins.
|
||||
</para>
|
||||
<para>
|
||||
Any of the three attributes may be an asterisk to
|
||||
specify that this attribute should not be enforced,
|
||||
example: <parameter>48000:16:*</parameter>.
|
||||
<parameter>*:*:*</parameter> is equal to not having
|
||||
a <varname>format</varname> specification.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
Reference in New Issue
Block a user