diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-23 14:41:08 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-23 14:41:08 +0200 |
commit | 5b74ed6b3bbac66789565caf9403b3401aebc38c (patch) | |
tree | 2a46e885fc386bdc62098f8eab67b373b2b6f4fb /doc/protocol.rst | |
parent | ccc58f2a32f33dccbf06c616d470b5c1b628c6e6 (diff) | |
parent | cabcbb059d2a8144009e9421012ff8e9be2800af (diff) |
Merge tag 'v0.21.8'
release v0.21.8
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r-- | doc/protocol.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 4eee30e53..38c099fce 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -873,8 +873,7 @@ The music database :command:`list {TYPE} {FILTER} [group {GROUPTYPE}]` Lists unique tags values of the specified type. ``TYPE`` can be any tag supported by - :program:`MPD` or - *file*. + :program:`MPD`. Additional arguments may specify a :ref:`filter <filter_syntax>`. The *group* keyword may be used @@ -885,6 +884,10 @@ The music database list album group albumartist + ``list file`` was implemented in an early :program:`MPD` version, + but does not appear to make a lot of sense. It still works (to + avoid breaking compatibility), but is deprecated. + .. _command_listall: :command:`listall [URI]` |