Commit 3ee59e45 authored by Max Kellermann's avatar Max Kellermann

doc/user: remove redundant encoder plugin settings

parent 43da1686
......@@ -2275,11 +2275,9 @@ systemctl start mpd.socket</programlisting>
</para>
<para>
You must configure either <varname>quality</varname> or
<varname>bitrate</varname>. It is highly recommended to
configure a fixed <varname>format</varname>, because a
stream cannot switch its audio format on-the-fly when the
song changes.
It is highly recommended to configure a fixed
<varname>format</varname>, because a stream cannot switch
its audio format on-the-fly when the song changes.
</para>
<informaltable>
......@@ -2322,26 +2320,6 @@ systemctl start mpd.socket</programlisting>
</row>
<row>
<entry>
<varname>quality</varname>
<parameter>Q</parameter>
</entry>
<entry>
Configures the encoder quality (for VBR) in the
range -1 .. 10.
</entry>
</row>
<row>
<entry>
<varname>bitrate</varname>
<parameter>BR</parameter>
</entry>
<entry>
Sets a constant encoder bit rate, in kilobit per
second.
</entry>
</row>
<row>
<entry>
<varname>max_clients</varname>
<parameter>MC</parameter>
</entry>
......@@ -2643,11 +2621,6 @@ systemctl start mpd.socket</programlisting>
may be useful for recording radio streams.
</para>
<para>
You must configure either <varname>quality</varname> or
<varname>bitrate</varname>.
</para>
<informaltable>
<tgroup cols="2">
<thead>
......@@ -2676,26 +2649,6 @@ systemctl start mpd.socket</programlisting>
e.g. <parameter>vorbis</parameter>.
</entry>
</row>
<row>
<entry>
<varname>quality</varname>
<parameter>Q</parameter>
</entry>
<entry>
Configures the encoder quality (for VBR) in the
range -1 .. 10.
</entry>
</row>
<row>
<entry>
<varname>bitrate</varname>
<parameter>BR</parameter>
</entry>
<entry>
Sets a constant encoder bit rate, in kilobit per
second.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment