doc/protocol.rst: clarify the meaning of the `any` tag type
This commit is contained in:
parent
1881b0e975
commit
cb71f6dd04
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue