Add keep_in_artist option to ftintitle documentation

This commit is contained in:
Karl Besser 2024-07-09 23:55:33 -04:00
parent 43304a9eaa
commit acb4680c72

View file

@ -27,6 +27,8 @@ file. The available options are:
- **format**: Defines the format for the featuring X part of the new title field. - **format**: Defines the format for the featuring X part of the new title field.
In this format the ``{0}`` is used to define where the featured artists are placed. In this format the ``{0}`` is used to define where the featured artists are placed.
Default: ``feat. {0}`` Default: ``feat. {0}``
- **keep_in_artist**: Keep the featuring X part in the artist field.
Defailt: ``no``.
Running Manually Running Manually
---------------- ----------------