diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index e9c28995b..360d2d22a 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -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"> |