Skip to content

Commit fbf7085

Browse files
committed
Remove lastgenre separator config
1 parent 4655e2f commit fbf7085

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

beetsplug/lastgenre/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def __init__(self) -> None:
111111
"force": False,
112112
"keep_existing": False,
113113
"auto": True,
114-
"separator": ", ",
115114
"prefer_specific": False,
116115
"title_case": True,
117116
"pretend": False,

docs/plugins/lastgenre.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,6 @@ file. The available options are:
191191
Default: ``no``.
192192
- **source**: Which entity to look up in Last.fm. Can be either ``artist``,
193193
``album`` or ``track``. Default: ``album``.
194-
- **separator**:
195-
196-
.. deprecated:: 2.6
197-
198-
The ``separator`` option is deprecated. Genres are now stored as a list in
199-
the ``genres`` field and written to files as individual genre tags. This
200-
option has no effect and will be removed in a future version.
201-
202-
Default: ``', '``.
203-
204194
- **whitelist**: The filename of a custom genre list, ``yes`` to use the
205195
internal whitelist, or ``no`` to consider all genres valid. Default: ``yes``.
206196
- **title_case**: Convert the new tags to TitleCase before saving. Default:

0 commit comments

Comments
 (0)