diff --git a/beetsplug/ftintitle.py b/beetsplug/ftintitle.py index 9e71113f3..377548ee8 100644 --- a/beetsplug/ftintitle.py +++ b/beetsplug/ftintitle.py @@ -82,7 +82,7 @@ class FtInTitlePlugin(plugins.BeetsPlugin): self.config.add({ 'auto': True, 'drop': False, - 'format': u'feat. {0}' + 'format': u'feat. {0}', }) self._command = ui.Subcommand( diff --git a/docs/plugins/ftintitle.rst b/docs/plugins/ftintitle.rst index be2911975..8a080b3e2 100644 --- a/docs/plugins/ftintitle.rst +++ b/docs/plugins/ftintitle.rst @@ -24,8 +24,8 @@ file. The available options are: - **drop**: Remove featured artists entirely instead of adding them to the title field. Default: ``no``. -- **format**: Defines the format for the feat part of the new title field. - In this format the ``{0}`` is used to define where the featured artists are placed +- **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}`` Running Manually