Commit 12768bab authored by Max Kellermann's avatar Max Kellermann

doc/protocol.xml: add warning to "listall" and "listallinfo"

parent bc2a1160
......@@ -1608,6 +1608,12 @@ OK
Lists all songs and directories in
<varname>URI</varname>.
</para>
<para>
Do not use this command. Do not manage a client-side
copy of MPD's database. That is fragile and adds huge
overhead. It will break with large databases. Instead,
query MPD whenever you need something.
</para>
</listitem>
</varlistentry>
<varlistentry id="command_listallinfo">
......@@ -1623,6 +1629,12 @@ OK
returns metadata info in the same format as
<command>lsinfo</command>.
</para>
<para>
Do not use this command. Do not manage a client-side
copy of MPD's database. That is fragile and adds huge
overhead. It will break with large databases. Instead,
query MPD whenever you need something.
</para>
</listitem>
</varlistentry>
<varlistentry id="command_listfiles">
......
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