Bug 121526

Summary: Download Images from cam
Product: [Applications] digikam Reporter: Reiterer Alex <areitere>
Component: AdvancedRename-ImportAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0

Description Reiterer Alex 2006-02-07 09:37:30 UTC
Version:           0.8 (using KDE KDE 3.5.1)
Installed from:    Gentoo Packages
OS:                Linux

It would be very nice if in digikam is a possibility
in the download window to select a start number for the naming. Now, when I select the naming of the images the number will start with 1. But in some cases I have allready a directory on my computer with images concerning a topic and I copy new images of this topic to the same directory, e.g. I have images "Vienna_000x" and new image must have the name "Vienna_000x+Offset".
On my computer are image "Vienna_0001" - "Vienna_0056"...new images should be named as: "Vienna_0057"....
Comment 1 caulier.gilles 2006-07-25 15:41:50 UTC
SVN commit 566129 by cgilles:

digikam from trunk : camera interface : add new option to set  start number sequence index with a custom value.

BUG: 121526

 M  +8 -7      cameraiconview.cpp  
 M  +38 -0     cameraui.cpp  
 M  +2 -1      cameraui.h  
 M  +65 -25    renamecustomizer.cpp  
 M  +3 -3      renamecustomizer.h