From 9a38b07ed4c8708f346af549fe86ec1cd0846393 Mon Sep 17 00:00:00 2001 From: Amish Bhadeshia Date: Sat, 28 Mar 2015 11:20:28 +0000 Subject: [PATCH] Housekeeping and styling changes --- beetsplug/ftintitle.py | 2 +- docs/plugins/ftintitle.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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