File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments