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?
Is it possible to set up automatic padding?
Re: Is it possible to set up automatic padding?
The {sc} season count binding might be useful for this one:
Code: Select all
{sc >= 10 ? s.pad(2) : s}
-
- Posts: 15
- Joined: 17 Sep 2017, 22:28
Re: Is it possible to set up automatic padding?
You're the best, rednoah!! 
