Add changelog and docs

This commit is contained in:
Alok Saboo 2023-07-10 08:32:29 -04:00
parent 6460e4d829
commit edda4a588d
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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.