Page 1 of 1

[Plain File Mode] Pre-Process badly named episode files

Posted: 14 Sep 2022, 09:54
by rednoah
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.

Format: Select all

{ Date.parse('MMM dd - yy', fn.after(/\s/)).format('yyyy.MM.dd') }
Extract, parse and re-format the date.
Screenshot