Is there a way to filter %artist% that has "FEAT" while NOT displaying "FEAT."
Is there a NOT exclusion that can do this, I have a few hundred to sort through and its painful since both return using:
%artist% HAS "FEAT"
Any ideas?
Thanks!
Is there a way to filter %artist% that has "FEAT" while NOT displaying "FEAT."
Is there a NOT exclusion that can do this, I have a few hundred to sort through and its painful since both return using:
%artist% HAS "FEAT"
Any ideas?
Thanks!
%artist% HAS "FEAT" AND NOT %artist% HAS "FEAT."
Thanks Dano,
Didn't realize I had to AND the two together, used the NOT, without the AND.

Best,
Chris