mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
Add example use case of keep_artist option to docs
Update the documentation of the new `keep_in_artist` option, adding an example use case.
This commit is contained in:
parent
a11b557a6d
commit
aa891d21d4
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ 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.
|
- **keep_in_artist**: Keep the featuring X part in the artist field. This can
|
||||||
|
be useful if you still want to be able to search for features in the artist
|
||||||
|
field.
|
||||||
Default: ``no``.
|
Default: ``no``.
|
||||||
|
|
||||||
Running Manually
|
Running Manually
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue