Page 1 of 1

Naming season+episode. 503 = S05E03

Posted: 14 Mar 2014, 22:48
by ironmaiden
HI

Is it possible to get shows the be named like this:

503 - Title
where season = 5 and 03 = episode number

Re: Naming season+episode. 503 = S05E03

Posted: 15 Mar 2014, 02:37
by rednoah
Yes.

Code: Select all

{s}{e.pad(2)}
It's the #3 sample in the built-in Format Editor:

Code: Select all

{n.space('.').lower()}.{s}{e.pad(2)}
Well, almost, you just need to add a {t}, but I'm sure you'll figure it out.

PS: 101 numbering is a bad idea, use {sxe} instead