Hi,
after some time spending and searching and many many trial and errors..... I got the most figured out, but still need some help.
My episode format looks like:
{n.space('_')}_{s00e00}_[DVD]
Is there a way - couldn't find the expression - to UpperCase all letters in the title?
Force UPPER-CASE series name
Re: Help with Episode Format
e.g.
Code: Select all
n.upper()
Re: Help with Episode Format
And of course you can chain them:
Code: Select all
n.space('_').upper()