Uncensored TV Name Scheme

All about user-defined episode / movie / file name format expressions
Post Reply
jebbe
Posts: 8
Joined: 25 Dec 2017, 04:54

Uncensored TV Name Scheme

Post by jebbe »

I'm looking for a fairly basic setup for tv show naming but lack the knowledge, or I just can't quite get it right.

I sort my tv shows into two folders "Ended" and "Ongoing" and I've started to find some tv shows that have uncensored versions floating around such as the US version of Kitchen Nightmares. I was wondering if there was a way for Filebot to detect whether the show is currently airing and place it into the correct folder and detect the world "Uncensored" in the filename and rename it accordingly.

Is this possible and would someone be willing to help me out?
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Uncensored TV Name Scheme

Post by kim »

Code: Select all

{info.status}/{n} - {s00e00} - {t}

Code: Select all

{fn.match(/Uncensored|Censored/).upperInitial()}/{n} - {s00e00} - {t}
jebbe
Posts: 8
Joined: 25 Dec 2017, 04:54

Re: Uncensored TV Name Scheme

Post by jebbe »

kim wrote: 20 May 2019, 04:03

Code: Select all

{info.status}/{n} - {s00e00} - {t}

Code: Select all

{fn.match(/Uncensored|Censored/).upperInitial()}/{n} - {s00e00} - {t}
Much appreciated! I'm slowly learning how to do this :D
Post Reply