How do I change MuzicBrainz to search for tags by title and artist instead of album and artist. I tried editing the MusicBrainz.scr as below without success any suggestions would be greatly appreciated. FYI most of my filenames are in a "artist - Title" format.
#[SearchBy]=$regexp(%album%,'[-+!(){}[]^"~?:\]',)$if(%artist%, AND artist:($regexp(%artist%,'[-+!(){}[]^"~?:\]',)),)
[SearchBy]=$regexp(%title%,'[-+!(){}[]^"~?:\]',)$if(%artist%, AND artist:($regexp(%artist%,'[-+!(){}[]^"~?:\]',)),)