mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Add changelog and docs
This commit is contained in:
parent
6460e4d829
commit
edda4a588d
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ for Python 3.6).
|
|||
|
||||
New features:
|
||||
|
||||
* Deezer: Import rank and other attributes from Deezer during import and add a function to update the rank of existing items.
|
||||
:bug:`4841`
|
||||
* resolve transl-tracklisting relations for pseudo releases and merge data with the actual release
|
||||
:bug:`654`
|
||||
* Fetchart: Use the right field (`spotify_album_id`) to obtain the Spotify album id
|
||||
|
|
|
|||
|
|
@ -23,3 +23,5 @@ Configuration
|
|||
-------------
|
||||
|
||||
This plugin can be configured like other metadata source plugins as described in :ref:`metadata-source-plugin-configuration`.
|
||||
|
||||
The ``deezer`` plugin provides an additional command ``deezerupdate`` to update the ``rank`` information from Deezer. The ``rank`` (ranges from 0 to 1M) is a global indicator of a song's popularity on Deezer that is updated daily based on streams. The higher the ``rank``, the more popular the track is.
|
||||
|
|
|
|||
Loading…
Reference in a new issue