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)
Episode (E00) format
Re: Episode (E00) format
Example #3
http://www.filebot.net/naming.html
PS: You should always use {s00e00} or {sxe}. Everybody eventually starts using that format.
http://www.filebot.net/naming.html
Code: Select all
{e.pad(2)}
Re: Episode (E00) format
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?
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
Since I gave you this...
Is it that far of a leap to get to here?
Code: Select all
{e.pad(2)}
Code: Select all
S{s.pad(2)} E{e.pad(2)}