mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 23:33:50 +01:00
Remove lastgenre separator config
This commit is contained in:
parent
76ca663138
commit
1b326ea5dc
2 changed files with 0 additions and 11 deletions
|
|
@ -111,7 +111,6 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
"force": False,
|
||||
"keep_existing": False,
|
||||
"auto": True,
|
||||
"separator": ", ",
|
||||
"prefer_specific": False,
|
||||
"title_case": True,
|
||||
"pretend": False,
|
||||
|
|
|
|||
|
|
@ -191,16 +191,6 @@ file. The available options are:
|
|||
Default: ``no``.
|
||||
- **source**: Which entity to look up in Last.fm. Can be either ``artist``,
|
||||
``album`` or ``track``. Default: ``album``.
|
||||
- **separator**:
|
||||
|
||||
.. deprecated:: 2.6
|
||||
|
||||
The ``separator`` option is deprecated. Genres are now stored as a list in
|
||||
the ``genres`` field and written to files as individual genre tags. This
|
||||
option has no effect and will be removed in a future version.
|
||||
|
||||
Default: ``', '``.
|
||||
|
||||
- **whitelist**: The filename of a custom genre list, ``yes`` to use the
|
||||
internal whitelist, or ``no`` to consider all genres valid. Default: ``yes``.
|
||||
- **title_case**: Convert the new tags to TitleCase before saving. Default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue