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> ...@@ -2275,11 +2275,9 @@ systemctl start mpd.socket</programlisting>
</para> </para>
<para> <para>
You must configure either <varname>quality</varname> or It is highly recommended to configure a fixed
<varname>bitrate</varname>. It is highly recommended to <varname>format</varname>, because a stream cannot switch
configure a fixed <varname>format</varname>, because a its audio format on-the-fly when the song changes.
stream cannot switch its audio format on-the-fly when the
song changes.
</para> </para>
<informaltable> <informaltable>
...@@ -2322,26 +2320,6 @@ systemctl start mpd.socket</programlisting> ...@@ -2322,26 +2320,6 @@ systemctl start mpd.socket</programlisting>
</row> </row>
<row> <row>
<entry> <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> <varname>max_clients</varname>
<parameter>MC</parameter> <parameter>MC</parameter>
</entry> </entry>
...@@ -2643,11 +2621,6 @@ systemctl start mpd.socket</programlisting> ...@@ -2643,11 +2621,6 @@ systemctl start mpd.socket</programlisting>
may be useful for recording radio streams. may be useful for recording radio streams.
</para> </para>
<para>
You must configure either <varname>quality</varname> or
<varname>bitrate</varname>.
</para>
<informaltable> <informaltable>
<tgroup cols="2"> <tgroup cols="2">
<thead> <thead>
...@@ -2676,26 +2649,6 @@ systemctl start mpd.socket</programlisting> ...@@ -2676,26 +2649,6 @@ systemctl start mpd.socket</programlisting>
e.g. <parameter>vorbis</parameter>. e.g. <parameter>vorbis</parameter>.
</entry> </entry>
</row> </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> </tbody>
</tgroup> </tgroup>
</informaltable> </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