From acb4680c72dcb7206f8c7924bcdcd686077c8440 Mon Sep 17 00:00:00 2001 From: Karl Besser Date: Tue, 9 Jul 2024 23:55:33 -0400 Subject: [PATCH] Add keep_in_artist option to ftintitle documentation --- docs/plugins/ftintitle.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins/ftintitle.rst b/docs/plugins/ftintitle.rst index 66c9ecd69..920a2cf42 100644 --- a/docs/plugins/ftintitle.rst +++ b/docs/plugins/ftintitle.rst @@ -27,6 +27,8 @@ 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. + Defailt: ``no``. Running Manually ----------------