diff --git a/docs/changelog.rst b/docs/changelog.rst index 30b79901e..31014fda6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/docs/plugins/deezer.rst b/docs/plugins/deezer.rst index 29f561e6a..9f8da41fd 100644 --- a/docs/plugins/deezer.rst +++ b/docs/plugins/deezer.rst @@ -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.