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

How-to guides, frequently asked questions, not-so-obvious features, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply