From 628695443554295c513d12db3e8614c030dfd8e6 Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Tue, 29 Jan 2013 15:04:01 +1100 Subject: [PATCH] Add docs for `confirm_partial` setting. --- docs/reference/config.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 73bca4001..02a5714f5 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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