0.99.1: Batch Rename (Regex Captures Don't Work)

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
stevehero
Posts: 77
Joined: Fri Feb 12, 2021 9:17 pm

0.99.1: Batch Rename (Regex Captures Don't Work)

Post by stevehero »

See attached the $1 doesn't work when capturing using regular expressions.

Batch Rename - Capturing Not Working.png
Batch Rename - Capturing Not Working.png (10.3 KiB) Viewed 754 times
User avatar
michel038
XnThusiast
Posts: 1468
Joined: Tue Sep 27, 2016 8:18 am
Location: France
Contact:

Re: 0.99.1: Batch Rename (Regex Captures Don't Work)

Post by michel038 »

I support this request
This is useful to distribute photos whose names are dates into yearly folders ... (or months or days )

replace ^([0-9]{4}) with $1\
This will move files into annual folders


I know i can also use import and sort ... but photos that have been sent with WhatsApp or similar apps, or through MMS have lost their exif dates.
Post Reply