mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Docs tweaks for #3355
This commit is contained in:
parent
cc6a2bb6c0
commit
bebb725352
2 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ New features:
|
|||
* :doc:`/plugins/deezer`: Added Deezer plugin as an import metadata provider:
|
||||
you can now match tracks and albums using the `Deezer`_ database.
|
||||
Thanks to :user:`rhlahuja`.
|
||||
:bug:`3355`
|
||||
|
||||
Fixes:
|
||||
|
||||
|
|
@ -134,6 +135,7 @@ For plugin developers:
|
|||
simplify development of plugins which query album, track, and search
|
||||
APIs to provide metadata matches for the importer. Refer to the Spotify and
|
||||
Deezer plugins for examples of using this template class.
|
||||
:bug:`3355`
|
||||
|
||||
For packagers:
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ The ``deezer`` plugin provides metadata matches for the importer using the
|
|||
|
||||
Basic Usage
|
||||
-----------
|
||||
|
||||
First, enable the ``deezer`` plugin (see :ref:`using-plugins`).
|
||||
|
||||
You can enter the URL for an album or song on Deezer at the ``enter Id``
|
||||
|
|
@ -20,6 +21,7 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue