Latest news Show all

ReNamer 7.8

22 days ago

ReNamer 7.8 has been released. This is another big update that brings several new features and some under-the-hood improvements. New features: Implement the Mapping rule. Use this rule to map old filenames to new filenames. Add an option to export names and new names to clipboard. These can be be lo...


ReNamer 7.7

6 months ago

ReNamer 7.7 has been released. This update brings several big features frequently requested by our user community. Let's get to it. Rule comments displayed in a dedicated column, no longer hiding rule statements. Rule comments are included in the export of rules to clipboard. Remove Emoji characters...


Shutter 4.8

10 months ago

Shutter 4.8 has been released. This is a maintenance update that includes improved support of newer platforms and an updated OpenSSL library for the web interface users. Also, importing external presets became easier with a dedicated option found in the main menu, as demonstrated below. Summary of c...


ReNamer 7.6

10 months ago

ReNamer 7.6 has been released. Below is a quick demo of some of the new features, including the use of the grandparent folder name, clipboard content and the new sentence case option. Summary of changes: Upgraded build environment for improved support of newer platforms and other optimizations. Adde...

Latest posts Go to forum

Adjust name and take parts from the existing name
This can achieved using the following rules: 1) Clean Up: Replace with spaces "." "_", Normalize spaces, Fix s...
den4b 15 hours ago

Adjust name and take parts from the existing name
Hi all, I have a filename: The_Test_Article_No_31_from_22._July_2025 This academic article comes every week or...
reframer 21 hours ago

Move year to the beginning and delete the rest
Perfect, thanks! :)
Lauraq 3 days ago

Move year to the beginning and delete the rest
You can do this with the Regular Expressions rule. Expression: \A(.*?)\b(\d{4})\b.* Replace: $2 - $1 And then...
den4b 3 days ago

Move year to the beginning and delete the rest
Hi:) Is it possible to move the year to the beginning of the title and remove everything after it? Basically,...
Lauraq 4 days ago

How to add numbers if certain phrase present in the name
You could use the Regular Expressions rule to creates such rules, one for every match. But it might be simpler...
den4b 16 days ago

How to add numbers if certain phrase present in the name
What steps would I take to add 01_ to the beginning of filenames that have the letters "gen"? (eg. txy_gen_tex...
w84jon 17 days ago
The best way to escape from a problem is to solve it.
— Alan Saporta