From 874fb3da7b66bbbfae885c3c18e423b7d38e812c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 22 Apr 2025 13:14:28 +0100 Subject: [PATCH] Add changelog note about musicbrainz --- docs/changelog.rst | 6 ++++++ docs/reference/config.rst | 2 ++ 2 files changed, 8 insertions(+) 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 ~~~~~~~