Commit cb71f6dd authored by Max Kellermann's avatar Max Kellermann

doc/protocol.rst: clarify the meaning of the `any` tag type

parent 1881b0e9
...@@ -147,7 +147,7 @@ of: ...@@ -147,7 +147,7 @@ of:
- ``(TAG == 'VALUE')``: match a tag value. - ``(TAG == 'VALUE')``: match a tag value.
``(TAG != 'VALUE')``: mismatch a tag value. ``(TAG != 'VALUE')``: mismatch a tag value.
The special tag "*any*" checks all The special tag "*any*" checks all
tag values. tag types.
*albumartist* looks for *albumartist* looks for
``VALUE`` in ``AlbumArtist`` ``VALUE`` in ``AlbumArtist``
and falls back to ``Artist`` tags if and falls back to ``Artist`` tags if
......
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