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.
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
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