Removing title from converted files

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Bigly
Posts: 6
Joined: 27 Jul 2018 09:13

Removing title from converted files

Post by Bigly »

I converted A large collection of video files to mp4. The program added a -T1, -T2, -T3, all the way up to 1221 so 4 digits. I'm unable to find an existing post that covers my specific issue but they're all pretty close. I know it's gotta be a regex command but i'm unsure what can be done to find a wildcard of varying length.

TL;DR need to remove T1, T2, T3.....T1221

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Removing title from converted files

Post by highend »

Code: Select all

T\d{1,4} > 
One of my scripts helped you out? Please donate via Paypal

Bigly
Posts: 6
Joined: 27 Jul 2018 09:13

Re: Removing title from converted files

Post by Bigly »

Yeah! you got it first try. Thanks for your help i'm definitely saving that one. :appl:

Post Reply