Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/plugins/beatport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 1 addition & 10 deletions docs/plugins/deezer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
5 changes: 5 additions & 0 deletions docs/plugins/discogs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ 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
-------------

This plugin can be configured like other metadata source plugins as described in :ref:`metadata-source-plugin-configuration`.

Troubleshooting
---------------

Expand Down
21 changes: 21 additions & 0 deletions docs/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/spotify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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::

Expand Down