Page 1 of 1

Is it possible to set up automatic padding?

Posted: 16 Feb 2018, 10:15
by dragonandlance
I was wondering how to set it up so that each series automatically pads according to how many seasons there are in the series.

For example, After Mash has only 2 seasons while Mash has 11 seasons. So when I put them into Filebot, I want After Mash to become S1 and I want Mash to become S01. Is this possible?

Re: Is it possible to set up automatic padding?

Posted: 16 Feb 2018, 10:43
by rednoah
The {sc} season count binding might be useful for this one:

Code: Select all

{sc >= 10 ? s.pad(2) : s}

Re: Is it possible to set up automatic padding?

Posted: 16 Feb 2018, 10:49
by dragonandlance
You're the best, rednoah!! :D