How about this scenario, The tag has a value after the title which is a numerical Bpm but doesn't have any parentheses around it. I want to mass erase these various numbers and text after the artist and title of my tag. What would the formula be for that? Picture attached for reference
It's possible via Replace with regular expression for field _FILENAME
with a Regexp like \s\d+Bpm
that's replaced by nothing.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.