diff --git a/docs/changelog.rst b/docs/changelog.rst index a18f195eb..aef033c56 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -36,6 +36,12 @@ been dropped. New features: +* :doc:`plugins/musicbrainz`: The MusicBrainz autotagger has been moved to + a separate plugin. The default :ref:`plugins-config` includes `musicbrainz`, + but if you've customized your `plugins` list in your configuration, you'll + need to explicitly add `musicbrainz` to continue using this functionality. + :bug:`2686` + :bug:`4605` * :doc:`plugins/lastgenre`: The new configuration option, ``keep_existing``, provides more fine-grained control over how pre-populated genre tags are handled. The ``force`` option now behaves in a more conventional manner. diff --git a/docs/reference/config.rst b/docs/reference/config.rst index fc7e7f36f..7e93b00ff 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -58,6 +58,8 @@ directory The directory to which files will be copied/moved when adding them to the library. Defaults to a folder called ``Music`` in your home directory. +.. _plugins-config: + plugins ~~~~~~~