<!-- If you're landing here as a user, we ask you bring up your idea in the Discussions (https://github.com/beetbox/beets/discussions). --> ### Proposed solution Discogs has this genre/style separation: ```json "genres": [ "Electronic" ], "styles": [ "House", "Disco" ], ``` Beets only sets a genre, but style looks like genre too. Maybe squash them together? ### Objective <!-- Ref to Discussions --> #### Goals <!-- What is the purpose of feature request? --> #### Non-goals <!-- What else could be accomplished with this feature request, but is currently out of scope? --> #### Anti-goals <!-- What could go wrong (side effects) if we implement this feature request? -->