Hello again, Everyone!
Once again, I am stuck for a filter-syntax, and needing your expertise in the field. I think this belongs to this particular topic, but if you disagree I shall create a new post for it. This too, is a follow-up question to this thread:
Assistance Needed to Rename Files More Efficiently
My current combined filter, thanks to you previous input, looks like this:
%discnumber% IS 1 AND NOT %_filename% MATCHES (\d+\-\d+) OR %albumartist% IS various artists OR %_filename% HAS (HTOA) OR %album% IS Unknown
My objective now, is to add a filter with which to identify those albums that ought to have "Various Artists" in the %albumartist% field, but do not. These occur rarely, and are therefore easily missed. Without elaborating further, I can point that the only constant by which I can identify these albums is that they have the %artist% name in the filename, already.
Thank you.
PS. Would this, perhaps, achieve the goal? %_filename% MATCHES (\d+\%artist%\d+)