Housekeeping and styling changes

This commit is contained in:
Amish Bhadeshia 2015-03-28 11:20:28 +00:00
parent 6365a9b538
commit 9a38b07ed4
2 changed files with 3 additions and 3 deletions

View file

@ -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(

View file

@ -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