mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
docs/plugins: Centralize documentation of source_weight option
This commit is contained in:
parent
c4ad4c69cb
commit
279dd314ae
4 changed files with 10 additions and 16 deletions
|
|
@ -36,6 +36,11 @@ also search for an id like so:
|
|||
|
||||
beet import path/to/music/library --search-id id
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
This plugin can be configured like other metadata source plugins as described in :ref:`metadata-source-plugin-configuration`.
|
||||
|
||||
.. _requests: https://docs.python-requests.org/en/latest/
|
||||
.. _requests_oauthlib: https://github.com/requests/requests-oauthlib
|
||||
.. _Beatport: https://beetport.com
|
||||
|
|
|
|||
|
|
@ -22,13 +22,4 @@ prompt during import::
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
Put these options in config.yaml under the ``deezer:`` section:
|
||||
|
||||
- **source_weight**: Penalty applied to Deezer matches during import. Set to
|
||||
0.0 to disable.
|
||||
Default: ``0.5``.
|
||||
|
||||
Here's an example::
|
||||
|
||||
deezer:
|
||||
source_weight: 0.7
|
||||
This plugin can be configured like other metadata source plugins as described in :ref:`metadata-source-plugin-configuration`.
|
||||
|
|
|
|||
|
|
@ -46,9 +46,7 @@ token`` button, and place the generated token in your configuration, as the
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
- **source_weight**: Penalty applied to Discogs matches during import. Set to
|
||||
0.0 to disable.
|
||||
Default: ``0.5``.
|
||||
This plugin can be configured like other metadata source plugins as described in :ref:`metadata-source-plugin-configuration`.
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
|
|
|||
|
|
@ -52,6 +52,9 @@ prompt during import::
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
This plugin can be configured like other metadata source plugins as described in :ref:`metadata-source-plugin-configuration`. In addition, the following
|
||||
configuration options are provided.
|
||||
|
||||
The default options should work as-is, but there are some options you can put
|
||||
in config.yaml under the ``spotify:`` section:
|
||||
|
||||
|
|
@ -79,9 +82,6 @@ in config.yaml under the ``spotify:`` section:
|
|||
track/album/artist fields before sending them to Spotify. Can be useful for
|
||||
changing certain abbreviations, like ft. -> feat. See the examples below.
|
||||
Default: None.
|
||||
- **source_weight**: Penalty applied to Spotify matches during import. Set to
|
||||
0.0 to disable.
|
||||
Default: ``0.5``.
|
||||
|
||||
Here's an example::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue