Cheers I'll have a look...
Also the renaming I narrowed it down too (with works pretty well ) an example is what I posred above...
I just put the regex there also to be helpful of others
hmmm ok I had a chance to play with it a bit.... so {n.space('.')}.{'s'+s.pad(2)}e{e.pad(2)} - {t.space('.')} = Game.On.s01e05 - Matthew,.a.Suitable.Case.for.Treatment and {n.space('.')}.{s00e00} - {t.space('.')} = Game.On.S01E05 - Matthew,.a.Suitable.Case.for.Treatment Do you know if theres a way ...
Hi just just got file bot need to know the reg expressions stuff... Something pretty basic as far as I know... I'm looking to have Game.On.S01.E01 - Whatever.The.Title.Is.mp4 So basically replacing spaces with "." except after the E** and insertion of " - " after the E** Cheers.