Shows without episode names

Any questions? Need some help?
Post Reply
unknownn
Posts: 1
Joined: 20 Nov 2016, 02:15

Shows without episode names

Post 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.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Shows without episode names

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