You are not logged in.
Hi
I'm downloading some TV series and they all have the name like:
Young Sheldon 01X03 The day of graduation
or
The.Big.Bang.Theory.8X16.The.Acceleration.of.Intimacy
I would like the whole part up to X (included) to be deleted, so
03 The day of graduation
and
16.The.Acceleration.of.Intimacy
is it possible? Thanks
Offline
The best rule (although not the easiest one) for dynamic patterns is the Regular Expressions rule.
Replace pattern "\A.*\d+X" with "" (empty text). This will fix your example filenames.
Offline
PERFECT! Thanks ^_^
Offline