Page 1 of 1

Uncensored TV Name Scheme

Posted: 20 May 2019, 02:09
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?

Re: Uncensored TV Name Scheme

Posted: 20 May 2019, 04:03
by kim

Code: Select all

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

Code: Select all

{fn.match(/Uncensored|Censored/).upperInitial()}/{n} - {s00e00} - {t}

Re: Uncensored TV Name Scheme

Posted: 20 May 2019, 20:49
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