[Digikam-devel] [Bug 141240] Camera download: file rename with regexps

Andi Clemens andi.clemens at gmx.net
Tue May 12 10:33:35 BST 2009


https://bugs.kde.org/show_bug.cgi?id=141240





--- Comment #2 from Andi Clemens <andi clemens gmx net>  2009-05-12 11:33:34 ---
Yes, you can add additional digits with the new rename widget.
For example you could type

MyBirthdayImages_###, to have filenames like
MyBirthdayImages_001
MyBirthdayImages_002
etc...

RegExp is not implemented, so if you want to replace certain parts of the old
filename, it would be best to just type in the old name without the not needed
parts.

For example camera filenames are
DSC1234XX.jpg
DSC1235XX.jpg
etc...
and you don't want to have the XX in it, you can type in something like this:
DSC####{1234,1}
to have names like DSC1234, DSC1235...

But this is all explained in the tooltip of the rename widget.

So actually this report can be closed.

Andi

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list