mirror of
https://github.com/beetbox/beets.git
synced 2026-03-18 19:33:01 +01:00
Add docs for confirm_partial setting.
This commit is contained in:
parent
e923f673cb
commit
6286954435
1 changed files with 9 additions and 0 deletions
|
|
@ -265,6 +265,15 @@ Specifies a filename where the importer's log should be kept. By default,
|
|||
no log is written. This can be overridden with the ``-l`` flag to
|
||||
``import``.
|
||||
|
||||
confirm_partial
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Either ``yes`` or ``no``. If ``yes``, strong recommendations for partial
|
||||
matches will be downgraded to medium so that they are not auto-tagged and must
|
||||
be confirmed. The default selection on confirmation prompts for partial matches
|
||||
will also be removed, so that the user must actually make a choice and cannot
|
||||
accidentally apply changes. The default is ``no``.
|
||||
|
||||
.. _musicbrainz-config:
|
||||
|
||||
MusicBrainz Options
|
||||
|
|
|
|||
Loading…
Reference in a new issue