S01e01

All about user-defined episode / movie / file name format expressions
Post Reply
JustOneOfMany
Posts: 4
Joined: 09 Apr 2019, 10:02

S01e01

Post by JustOneOfMany »

Hi,

Using n y s00e00 t format as my preset and it gives me MyName 2019 S01E01 First Try

but would like output to be MyName 2019 S01e01 First Try

Tried lower function etc but to no avail

What is the fastest way of achieving my output ?

Thank you in advanced.
User avatar
rednoah
The Source
Posts: 22980
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Newbie help with naming

Post by rednoah »

This will do:

Code: Select all

s00e00.replace('E', 'e')
:idea: Please read the FAQ and How to Request Help.
Post Reply