[Plain File Mode] Pre-Process badly named episode files
Posted: 14 Sep 2022, 09:54
FileBot cannot process badly named files like B&B Aug 4 - 14 so we use Plain File Mode to pre-process the file names, i.e. The Bold and The Beautiful - 2014.08.04 is much more sensible and automation-friendly.
Extract, parse and re-format the date.

Code: Select all
{ Date.parse('MMM dd - yy', fn.after(/\s/)).format('yyyy.MM.dd') }
