Change tags for multiple files

Hello all,

I’d like to be able to mass change specific tags. An example of this is, all genre=“Electronic” to genre=“EDM” - how would I do this?

Another example would be, all tracks with a specific catalognum (ie ‘TIDY*’) to change genre=“Hard House”.
Is this possible?

Thanks

I think something along the lines of beet modify genre=EDM genre::^Electronic$ should work for this.

Excellent, I had my command around the wrong way to start with.

Yes this does work. Thanks for the quick reply