#1 2024-06-25 18:09

Carlos_1959
Member
Registered: 2022-01-08
Posts: 4

Remove "_1920x1080" from the end of the filename

Hello,

I need your help for this question:

How can I rename a lot of files like this "Catamaran on the beach in Madagascar_1920x1080" to this "Catamaran on the beach in Madagascar"?

Thanks

Last edited by Carlos_1959 (2024-06-26 15:06)

Offline

#2 2024-06-29 01:14

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

Re: Remove "_1920x1080" from the end of the filename

There are few different ways to achieve this. What have you tried so far?

You can try a simple Delete rule to delete everything from the right side up to the first underscore.

You can also use a Regular Expressions rule to make sure that you delete the right pattern. Find expression "_\d+x\d+\Z" and replace it with "" (empty).

Offline

#3 2024-06-29 10:23

Carlos_1959
Member
Registered: 2022-01-08
Posts: 4

Re: Remove "_1920x1080" from the end of the filename

Hello,
It´s solved, using the Delete rule.
Thank you

Offline

Board footer

Powered by FluxBB