1: Try $regexp(%TITLE%,(.*) \((\d{4})\)$,$1)
2: Try Convert>Tag-Tag or an action of the type "Format value" for TITLE
Format String: $trim(%title%)
You can filter for files that need treatment:
"$if($eql($len(%title%),$len($trim(%title%))),1,0)" IS "0"