Bug 444023

Summary: Enhanced rename
Product: [Applications] digikam Reporter: Jens Westemeier <Jens_Westemeier>
Component: AdvancedRename-fileAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: metzpinguin
Priority: NOR    
Version First Reported In: 7.3.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 7.4.0
Sentry Crash Report:

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