Bug 121526 - Download Images from cam
Summary: Download Images from cam
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-Import (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 09:37 UTC by Reiterer Alex
Modified: 2017-08-17 17:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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