Manage the double spaces

Good day,

I have already asked for this.

Sorry to revert about it.

I have the solution for artist, album etc.

But, could you give the formula for all the tags in the same time ? (album+artists+filename etc.)

Thanks for your usual help

Do you ask for the filter for
%_filename% HAS " " OR %ALBUM% HAS " " OR ARTISTS HAS " "
or something like
%_tag% HAS " "

Thanks for your return

I am using : %_filename% HAS " " OR %ALBUM% HAS " " OR ARTISTS HAS " "

I am searching the formula who find the data in one shot (all category included)

What about the mentioned

Or, if it is easier for you to read, it could be written like this:
* HAS " "

The problem with %_tag% and * is the that they also include fields like UNSYNCEDLYRICS. I'm not sure, if you want to search for " " in those fields too.