Bug 154626 - autodetect starting number for "appending numbers" when downloading images
Summary: autodetect starting number for "appending numbers" when downloading images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-Import (show other bugs)
Version: 0.9.3
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-26 11:20 UTC by S. Burmeister
Modified: 2017-08-17 17:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2007-12-26 11:20:39 UTC
Version:           0.9.3 rc1 (using KDE KDE 3.5.7)
OS:                Linux

When downloading images one can choose to append a number starting at x. x is usually set to 1, so when one downloads pictures to a folder the first time, everything works fine.

If one downloads pictures to the same folder a second time, digikam starts at 1 again, although all files in the folder might have the same name, e.g. album_name_1...13.jpg, so it should start at 14 rather than 1.
Comment 1 caulier.gilles 2009-05-13 13:18:28 UTC
Andi,

This feature can be implemented easily to store current starting number to camera XML file used by digiKam to store camera list. (~./kde4/share/apps/digikam/cameras.xml)

What do you think about ?

Gilles Caulier
Comment 2 caulier.gilles 2009-05-14 13:54:16 UTC
SVN commit 967919 by cgilles:

Store current "start index" setting from camera rename customizer to digiKam camera xml settings file.
Current index is restored between seesion of camera gui.
BUG: 154626


 M  +22 -7     digikam/cameralist.cpp  
 M  +2 -0      digikam/cameralist.h  
 M  +37 -21    digikam/cameratype.cpp  
 M  +3 -1      digikam/cameratype.h  
 M  +4 -1      digikam/ddragobjects.cpp  
 M  +5 -6      digikam/digikamapp.cpp  
 M  +8 -4      utilities/cameragui/cameraui.cpp  
 M  +1 -1      utilities/cameragui/cameraui.h  
 M  +6 -4      utilities/cameragui/renamecustomizer.cpp  
 M  +2 -0      utilities/cameragui/renamecustomizer.h  
 M  +7 -3      utilities/setup/setupcamera.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967919