Summary: | Camera download: file rename with regexps | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Sebastian <sbtm3> |
Component: | AdvancedRename-Import | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 0.9.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Sebastian
2007-02-05 21:26:22 UTC
Andi, It's implemented in 0.11. right ? Gilles 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 Ok. fine... Gilles |