Remove square brackets

Hi,

I have many files where the title tag is missing, and is just reported as the filename tag - e.g Filename [William Orbit]-Ravel Pavane, Ttitle [William Orbit]-Ravel Pavane

Is it possible to remove all the text within the square brackets and the following dash, leaving just the title in the title field?

Thanks

Dave :slight_smile:

Make a new action

Action type: Replace with regular expressions
Field: TITLE
Regular expression: ^[.*?]-
Replace matches with:

[ ] case-sensitive comparison