mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
Rewrite changelog entry for #4583
and include linking to manual fixing tutorial.
This commit is contained in:
parent
93fa19f493
commit
7be1eec762
1 changed files with 7 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue