Page 1 of 1

Removing Zeros After 10

PostPosted: Wed Jun 30, 2021 7:19 am
by JOLLYGREENGIANT
I have a bunch of shows that I'm renaming and ordering for Plex. What I've been doing is name of the show, add(7) suffix s01e0, and then numbering (10) mode suffix start at 1. This works perfectly until the episode number gets above 10 and I'll get everything above 10 looking like Top Gear s01e010 and onward and I'll have to go in and remove the zero before 10. I was just wondering if there's a way I can get BRU to do Top Gear s01e09, Top Gear s01e10, etc?

Re: Removing Zeros After 10

PostPosted: Wed Jun 30, 2021 8:37 am
by Luuk
The easy way is use s01e for the suffix, so then Numbering(10) can insert "0" with Pad=2.

Re: Removing Zeros After 10

PostPosted: Thu Jul 01, 2021 8:37 am
by Luuk
Another way for Numbering(10) is Sep=s01e so then Add(7) isnt needed.

Re: Removing Zeros After 10

PostPosted: Sun Jul 04, 2021 11:18 am
by JOLLYGREENGIANT
I forgot I posted this but thank you those both worked.