From aa891d21d4cc03fdfab0aaf98b86e31d33be1db3 Mon Sep 17 00:00:00 2001 From: Karl Besser Date: Thu, 5 Sep 2024 12:15:53 +0200 Subject: [PATCH] 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. --- docs/plugins/ftintitle.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins/ftintitle.rst b/docs/plugins/ftintitle.rst index 75b77b65f..63d023dc9 100644 --- a/docs/plugins/ftintitle.rst +++ b/docs/plugins/ftintitle.rst @@ -27,7 +27,9 @@ file. The available options are: - **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. 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``. Running Manually