My current movie script is so far very simple:
Code: Select all
Movies/{n} ({y})/{n} {[allOf{source}{vf}{vc}{af}{ac}.join('.')]}
Ideally, upon detecting the file is 3D, I would like the script to fill out the filename as follows:
Code: Select all
{n} [3D] [3D format] {[allOf{source}{vf}{vc}{af}{ac}.join('.')]}
However with the 3D format accounting for all possible varieties, and unifying to a X-XXX format (HSBS -> H-SBS, HOU -> H-OU e.t.c.) where applicable.
This level of regex is beyond me however
