Page 1 of 1
Batman TV Show Villan Name
Posted: 15 Sep 2016, 15:13
by RBCC
Hello all.
I am trying to add the Batman villain to the file name (joker, riddler, ect) , is there anyway to do this?
Such as 12-xx-xx Season 1 Episode 1 Series Name Batman Episode Hi diddle Riddle (Riddler) ? John
John
Re: Batman TV Show Villan Name
Posted: 15 Sep 2016, 15:27
by rednoah
How would FileBot be able to know what villain is in which particular episode?
Re: Batman TV Show Villan Name
Posted: 15 Sep 2016, 16:03
by Crankrune
You could try something like this. It'll match to words that are likely associated with the villain. You'll have to write in all possible phrases in this.
Code: Select all
{t.match(/Riddle|Joke/).replaceAll(/(?i)riddle/,'Riddler').replaceAll(/(?i)joke/,'Joker')}
Re: Batman TV Show Villan Name
Posted: 15 Sep 2016, 23:16
by RBCC
Is there a synopsis of an episode on tvdb? If so . could i read thru it and append the villians name of the end
Re: Batman TV Show Villan Name
Posted: 16 Sep 2016, 02:55
by rednoah
Unfortunately, you won't have access to episode-specific extended metadata like synopsis or actors, so there is no easy way to do this.