diff --git a/docs/plugins/beatport.rst b/docs/plugins/beatport.rst index d645e2043..cbf5b4312 100644 --- a/docs/plugins/beatport.rst +++ b/docs/plugins/beatport.rst @@ -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 diff --git a/docs/plugins/deezer.rst b/docs/plugins/deezer.rst index f283df1b2..29f561e6a 100644 --- a/docs/plugins/deezer.rst +++ b/docs/plugins/deezer.rst @@ -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`. diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index 866532233..6c16083ee 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -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 --------------- diff --git a/docs/plugins/spotify.rst b/docs/plugins/spotify.rst index 5d6ae8f47..96b198f64 100644 --- a/docs/plugins/spotify.rst +++ b/docs/plugins/spotify.rst @@ -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::