Page 1 of 1

Shows without episode names

Posted: 20 Nov 2016, 02:28
by unknownn
I have my TV show naming set up in the usual format :

Code: Select all

{n} - {s00e00} - {t}
However some shows do not name their episodes so they end up like this:
Humans - S02E03 - Episode 3

Is there a way to omit the title that happens to be the case?
Example: Humans - S02E03

Thanks.

Re: Shows without episode names

Posted: 20 Nov 2016, 04:44
by rednoah
If you see titles like Episode 3 then it's your job to go to TheTVDB and enter the missing data ASAP.

You can also do stupid hacks like this:

Code: Select all

{t ==~ /Episode \d+/ ? null : t}