Copy information from the current file name into the destination file name:
e.g. match 720p / 1080p / etc patterns from the current file name: 1080p
Code: Select all
{ fn.match(/[0-9]{3,4}p/) }
Code: Select all
{ fn.match(/.[0-9]{3,4}p.+/) }


Code: Select all
{ fn.matchAll(/REMASTERED|THEATRICAL|DC/) }

Code: Select all
{ fn.after(/S[0-9]+E[0-9]+/) }