diff options
author | Max Kellermann <max@duempel.org> | 2014-04-29 10:31:14 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-29 10:31:14 +0200 |
commit | 12768babdfcc99642a343e58af08beb223e2929f (patch) | |
tree | 4cc721152d617144e43eab99de1bca35678d6936 /doc | |
parent | bc2a1160b824c3ccf98ed658ef0d60c0f3d5bf5c (diff) | |
download | mpd-12768babdfcc99642a343e58af08beb223e2929f.tar.gz mpd-12768babdfcc99642a343e58af08beb223e2929f.tar.xz mpd-12768babdfcc99642a343e58af08beb223e2929f.zip |
doc/protocol.xml: add warning to "listall" and "listallinfo"
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"> |