Add feature and add For plugin developers.

This commit is contained in:
temrix 2019-09-19 00:39:16 +02:00
parent 4038e36343
commit c2b750d7e4
No known key found for this signature in database
GPG key ID: 1DAF66EBB61678D2

View file

@ -70,6 +70,9 @@ New features:
you can now match tracks and albums using the `Deezer`_ database.
Thanks to :user:`rhlahuja`.
:bug:`3355`
* :doc:`/plugins/beatport`: The plugin now gets the musical key, BPM and the
genre for each track.
:bug:`2080`
Fixes:
@ -136,6 +139,8 @@ For plugin developers:
APIs to provide metadata matches for the importer. Refer to the Spotify and
Deezer plugins for examples of using this template class.
:bug:`3355`
* The autotag hooks have been modified such that they now take 'bpm',
'musical_key' and a per-track based 'genre' as attributes.
For packagers: