You are not logged in.
Pages: 1
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
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
Pages: 1