[Plain File Mode] <year number> - <text before the opening ( character>

All about user-defined episode / movie / file name format expressions
Post Reply
taratears
Posts: 2
Joined: 09 Jan 2025, 23:42

[Plain File Mode] <year number> - <text before the opening ( character>

Post by taratears »

I was asking around on the discord and got some help in how to move dates around. As RedNoah told me, this will work as long as your file names don't include 4-digit numbers or () characters as part of the documentary name itself.

Format: Select all

{ fn.match(/\d{4}/) } - { fn.before(/\(/) }
e.g. Life on Earth (1979)1979 - Life on Earth
Post Reply