How to put the remix in parentheses

Let's say that we have a file with that name: Pink - What About Us - Tiesto's AFTRHRS Remix (clean)

What i want to do is to rename this file to: Pink - What About Us (Tiesto's AFTRHRS Remix) (clean)

So because i want to do this to many files i would like to create an action for that but i don't know how to do it. Can someone please help me.

Use the converter Filename -> Filename.
Old filename pattern:
%1 - %2 - %3 (%4
New filename pattern:
%1 - %2 (%3) (%4

Thank you!