mirror of
https://github.com/beetbox/beets.git
synced 2026-01-11 02:13:28 +01:00
Housekeeping and styling changes
This commit is contained in:
parent
6365a9b538
commit
9a38b07ed4
2 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue