
e.g. use the {tags} binding to match known editions / tags from the file name to generate a unique file path:
Format: Select all
{ ny } { tags }
e.g. copy & paste arbitrary patterns from the original file name to generate a unique file path:
Format: Select all
{ ny }{ ' - ' + fn.match(/Director's Cut|Theatrical Version|Extended Version/) }
e.g. use the {plex} binding and the {edition} binding to generate a unique file path:
Format: Select all
{ ~plex.id ** { " {edition-$edition}" } }