Since way back I'm missing a standard sub search Albumartist + Album.
When I select all files of any CD and even more so of a multi discset compilation, I really want to search with die Albumartist, not the Artist from the first file in my list:
So I have added a
MusicBrainz expanded#Search by _myAlbumArtist + Album.src
With the following change:
# 2022-01-15 v1.00
# 2024-06-01 v2.00 adjusted for newest .inc WSS script
#
#######################################################################
# Remove some non-working special characters from pre-filled search string
#[SearchBy]=Album||$regexp(%album%,'[(){}\[\]^"~*\\]',)||release:%s||Artist||$if(%artist%,$regexp(%artist%,'[(){}\[\]^"~*\\]',),)||%20AND%20artist:%28%s%29
### MusicBrainz - Search by AlbumArtist + Album
[SearchBy]=Album||$regexp(%album%,'[(){}\[\]^"~*\\]',)||release:%s||Artist||$if(%albumartist%,$regexp(%albumartist%,'[(){}\[\]^"~*\\]',),)||%20AND%20artist:%28%s%29
[Include]=MusicBrainz expanded.inc
Now it is spot on:
Maybe useful to others, too
Cheers

