Page 1 of 1

Episode (E00) format

Posted: 09 Oct 2013, 02:21
by eamonshort
Hey guys,
New to this software wish i had found it earlier rather than spending literally days reformatting my 17TB of media, anyway the way i did it manually was Episode XX Title where if the episode was 1 it would read Episode 01 (makes playlists on VLC work in order as when it does the {e} formatting it gives Episode: 1,2,3,4,5,6,7,8,9,10, and if i add the folder to VLC it will play in order 1,10,2,3,4,5,6,7,8,9) how can i do this using the filebot engine without having to put the season in (as i know S00E00 works)

Re: Episode (E00) format

Posted: 09 Oct 2013, 05:28
by rednoah
Example #3
http://www.filebot.net/naming.html

Code: Select all

{e.pad(2)}
PS: You should always use {s00e00} or {sxe}. Everybody eventually starts using that format.

Re: Episode (E00) format

Posted: 15 Mar 2014, 03:09
by ugufugu
would like a small change to this and keep getting binding error
I would like the format {n} {s00} {e00} {t}

output is Show S01 E01 Episode name
Is there a way to get a space in between season and episode?

Re: Episode (E00) format

Posted: 15 Mar 2014, 06:37
by rednoah
Since I gave you this...

Code: Select all

{e.pad(2)}
Is it that far of a leap to get to here?

Code: Select all

S{s.pad(2)} E{e.pad(2)}