Naming season+episode. 503 = S05E03

All about user-defined episode / movie / file name format expressions
Post Reply
ironmaiden
Posts: 1
Joined: 14 Mar 2014, 22:45

Naming season+episode. 503 = S05E03

Post by ironmaiden »

HI

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

503 - Title
where season = 5 and 03 = episode number
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Naming season+episode. 503 = S05E03

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply