#1 2016-09-19 12:09

skylinekiller
Member
Registered: 2016-08-07
Posts: 15

rename seasons with extra info

How can I rename

Dennis.the.Menace.S04.WEBRip.h.264-GC/Dennis.the.Menace.S04E38.Aunt.Emma.Visits.the.Wilsons.WEBRip.h.264-GC.mkv

to show

Dennis the Menace s04e38 Aunt Emma Visits the Wilsons

I want to rename all the episodes, not just episode 38

Offline

#2 2016-09-19 14:37

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,479

Re: rename seasons with extra info

You can use the following rules:

1) Delete: Delete from Delimiter "WEBRip" until the End (skip extension)
2) CleanUp: Replace with spaces ".", Fix spaces (skip extension)
3) RegEx: Replace expression "\bS(\d\d)E(\d\d)\b" with "s$1e$2" (skip extension)

Input:

Dennis.the.Menace.S04E38.Aunt.Emma.Visits.the.Wilsons.WEBRip.h.264-GC.mkv

Output:

Dennis the Menace s04e38 Aunt Emma Visits the Wilsons.mkv

If you want to move it down the directory tree (to the parent folder), then add an Insert with "..\" as prefix in front of the file name.

Offline

Board footer

Powered by FluxBB