Search found 3 matches

by DJ1
08 Aug 2017, 08:26
Forum: Episode / Movie Naming Scheme
Topic: Custom format for TV shows
Replies: 4
Views: 4039

Re: Custom format for TV shows

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

Cheers.
by DJ1
07 Aug 2017, 18:40
Forum: Episode / Movie Naming Scheme
Topic: Custom format for TV shows
Replies: 4
Views: 4039

Re: Custom format for TV shows

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 ...
by DJ1
01 Aug 2017, 12:27
Forum: Episode / Movie Naming Scheme
Topic: Custom format for TV shows
Replies: 4
Views: 4039

Custom format for TV shows

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.