#1 2024-09-04 07:18

Lauraq
Member
Registered: 2016-10-02
Posts: 86

It is possible to delete all the text before "numberX"

Hi smile

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 smile

Offline

#2 2024-09-04 08:30

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

Re: It is possible to delete all the text before "numberX"

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

#3 2024-09-04 08:44

Lauraq
Member
Registered: 2016-10-02
Posts: 86

Re: It is possible to delete all the text before "numberX"

PERFECT! Thanks ^_^

Offline

Board footer

Powered by FluxBB