Bug 444023 - Enhanced rename
Summary: Enhanced rename
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-file (show other bugs)
Version: 7.3.0
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-19 08:42 UTC by Jens Westemeier
Modified: 2022-01-31 21:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.4.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Westemeier 2021-10-19 08:42:49 UTC
I sort images from different sources according to timestamp. For having this available in other applications I'm doing a rename with pic-###. Some of the original pictures have the same name with different suffix (like xx.raw, xx.tif, xx.jpg). In this case I would like rename to keep the identical basename.

Original Name    Current rename     Wanted rename
a-1.jpg   -->    pic-001.jpg        pic-001.jpg
b-1.jpg   -->    pic-002.jpg        pic-002.jpg
b-1.raw   -->    pic-003.raw        pic-002.raw
a-2.jpg   -->    pic-004.jpg        pic-003.jpg
b-2.raw   -->    pic-005.raw        pic-004.raw
b-2.jpg   -->    pic-006.jpg        pic-004.jpg

Greetings, Jens
Comment 1 Maik Qualmann 2021-10-19 08:49:24 UTC
*** This bug has been marked as a duplicate of bug 398377 ***
Comment 2 Maik Qualmann 2021-11-12 21:35:20 UTC
Fixed with Bug 398377

Maik