mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
docs/plugins/index.rst: Describe configuration of metadata source plugins
This commit is contained in:
parent
5f51b7b38e
commit
c4ad4c69cb
1 changed files with 21 additions and 0 deletions
|
|
@ -35,6 +35,27 @@ like this::
|
|||
|
||||
pip install beets[fetchart,lyrics,lastgenre]
|
||||
|
||||
.. _metadata-source-plugin-configuration:
|
||||
|
||||
Using Metadata Source Plugins
|
||||
-----------------------------
|
||||
|
||||
Some plugins provide sources for metadata in addition to MusicBrainz. These
|
||||
plugins share the following configuration option:
|
||||
|
||||
- **source_weight**: Penalty applied to matches during import. Set to 0.0 to
|
||||
disable.
|
||||
Default: ``0.5``.
|
||||
|
||||
For example, to equally consider matches from Discogs and MusicBrainz add the
|
||||
following to your configuration::
|
||||
|
||||
plugins: discogs
|
||||
|
||||
discogs:
|
||||
source_weight: 0.0
|
||||
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue