Newbie here: I imported many albums and it was good. Then I discovered the following option
https://beets.readthedocs.io/en/stable/reference/config.html#genres
I enabled it in my config like this.
musicbrainz:
genres: yes
and then I would import an album again to update the genres
beet import -w -L <artist> <album>
But when I view the files in Picard, no updates to genres. (And Picard’s MB genres are pulling in new ones). The release doesn’t have genres, but the release group does. It looks like beets parses both of them.
Should I be running a different command?