diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-10 18:31:05 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-10 18:46:47 +0200 |
commit | c46483a4ab2fe0f206473f4907ec35044d18c30a (patch) | |
tree | ff087e0d60efb5620f824c6362c105d3ad6dc177 /doc/user.rst | |
parent | 0f19108ce34ba523b2a652c10879c9e312155426 (diff) |
tag/Config: support incremental "metadata_to_use" setting
With a "+" or "-" prefix, the "metadata_to_use" setting can manipulate
the existing default. This way, one can enable `TAG_COMMENT` without
having to list all the other tags.
Diffstat (limited to 'doc/user.rst')
-rw-r--r-- | doc/user.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst index bb8e52be5..6292ddf54 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -494,7 +494,16 @@ Other Settings setting can reduce the database size and :program:`MPD`'s memory usage by omitting unused tags. By default, all tags but comment are enabled. The special value "none" disables all - tags. Section :ref:`tags` contains a list of supported tags. + tags. + + If the setting starts with ``+`` or ``-``, then the following + tags will be added or remoted to/from the current set of tags. + This example just enables the "comment" tag without disabling all + the other supported tags + + metadata_to_use "+comment" + + Section :ref:`tags` contains a list of supported tags. The State File ~~~~~~~~~~~~~~ |