Rewrite changelog entry for #4583

and include linking to manual fixing tutorial.
This commit is contained in:
J0J0 Todos 2023-02-27 13:56:35 +01:00
parent 93fa19f493
commit 7be1eec762

View file

@ -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
<https://github.com/beetbox/beets/pull/4582#issuecomment-1445023493>`_, a
sanity check and potential fix is easily possible. :bug:`4528`
For packagers: