You are not logged in.
I have TV show files with various file names.
However, they have one element in common: "S**E**".
This is a sequential pattern where "S" represents "Season" & "E" represents "Episode". The wildcards represent "Season Number" & "Episode Number" (S01E09, S13E22, etc.).
I would like to create a single preset that can delete all the "extra" titles & characters in a file name - leaving only the existing "S**E**" pattern.
Before:
- "Lost S02E11.mkv"
- "Breaking.Bad.BluRay.S01E01.mkv"
After:
- "S02E11.mkv"
- "S01E01.mkv"
Can anyone provide instructions on how to create such a preset?
Offline
FROM:
Lost S02E11.ext
Summer S03E14 Trailer.ext
Breaking.Bad.BluRay.S01E01.ext
TO:
S02E11.ext
S03E14.ext
S01E01.ext
TRY:
RegEx: Replace expression ".*(S\d\dE\d\d).*" with "$1" (skip extension)
.
Read the *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)
Offline
Stefan,
That code worked perfectly, with a variety of files.
I was also able to save it as a preset for convenient use.
Thank you so much! You made my life so much easier!
Offline