From 7be1eec762ec1e315dec734c322211eafd3ed892 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Mon, 27 Feb 2023 13:56:35 +0100 Subject: [PATCH] Rewrite changelog entry for #4583 and include linking to manual fixing tutorial. --- docs/changelog.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f00288d20..b71bc1104 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -145,9 +145,13 @@ Bug fixes: :bug:`4561` :bug:`4600` * Fix issue where deletion of flexible fields on an album doesn't cascade to items :bug:`4662` -* Store ``albumtypes`` multi-value field correctly in the DB and in files' - tags, stopping useless re-tagging of files on every ``beets write``. - :bug:`4528` +* Fix issue where ``beet write`` continuosly retags the ``albumtypes`` metadata + field in files. Additionally broken data could have been added to the library + when the tag was read from file back into the library using ``beet update``. + It is required for all users to **check if such broken data is present in the + library**. Following the instructions `described here + `_, a + sanity check and potential fix is easily possible. :bug:`4528` For packagers: