From 5f51b7b38e0378e2889691c05b66f99a5d80bd8f Mon Sep 17 00:00:00 2001 From: Alexander Miller Date: Tue, 1 Oct 2019 07:42:10 +0200 Subject: [PATCH] docs/plugins/discogs.rst: Update plugin documentation Add Configuration section and describe the 'source_weight' option. --- docs/plugins/discogs.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index 622a085b4..866532233 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -43,6 +43,13 @@ documentation), login to `Discogs`_, and visit the token`` button, and place the generated token in your configuration, as the ``user_token`` config option in the ``discogs`` section. +Configuration +------------- + +- **source_weight**: Penalty applied to Discogs matches during import. Set to + 0.0 to disable. + Default: ``0.5``. + Troubleshooting ---------------