-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beet write
continuously writes mb_artistid and mb_albumartistid (1.7.0_pre20240501)
#5265
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I execute the
beet write
command it will try to write mb_artistid and mb_albumartistid tags every single time the program is executed.It appeared when version 1.7.0_pre20240501 was installed on my Gentoo system. I got this version because I configured portage, the package manager, to install the "unstable" version (
media-sound/beets ~amd64
).Previous version was 1.6.0 and it didn't show this behavior.
I will probably downgrade to 1.6.0, but I wanted to submit this bug in case there is something specific with the 1.7.0 version.
Problem
Running this command in verbose (
-vv
) mode:$ beet -vv write album:"For All Kings"
Led to this problem:
I filtered on a specific album because I don't want tags to be overwritten on the whole library. I only have FLAC file in my library.
It will repeat every time I run the
write
command.The files are modified according to the "stat" output (
Modify
matches when I ran thebeet write
command).Same thing happens if I disable plugins (
beet -vv --plugins= write album:"For All Kings"
)The files are changed because they will be included in the next backup.
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: