Hello... I am a sort of newbie, and need help to find all the tracks that have a capitalized extension, so I can change it to lower case.
Many thanks in advance
Hello... I am a sort of newbie, and need help to find all the tracks that have a capitalized extension, so I can change it to lower case.
Many thanks in advance
Try this filter:
%_extension% MATCHES (?-i)MP3
You're a star, thank you very much!