docs(ftintitle): add bracket_keywords

This commit is contained in:
Trey Turner 2025-11-15 17:31:49 -06:00
parent 15daebb55f
commit a9ed637c40

View file

@ -32,6 +32,18 @@ file. The available options are:
skip the ftintitle processing. Default: ``yes``.
- **custom_words**: List of additional words that will be treated as a marker
for artist features. Default: ``[]``.
- **bracket_keywords**: Controls where the featuring text is inserted when the
title includes bracketed qualifiers such as ``(Remix)`` or ``[Live]``.
FtInTitle inserts the new text before the first bracket whose contents match
any of these keywords. Supply a list of words to fine-tune the behavior or set
the list to ``[]`` to match *any* bracket regardless of its contents. Default:
::
["abridged", "acapella", "club", "demo", "edit", "edition", "extended",
"instrumental", "live", "mix", "radio", "release", "remastered"
"remastered", "remix", "rmx", "unabridged", "unreleased",
"version", "vip"]
Running Manually
----------------