Summary: | Can't rename files during import from camera | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Anders Lund <anderslund> |
Component: | AdvancedRename-Import | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, tkaczano |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.5.0 | |
Sentry Crash Report: |
Description
Anders Lund
2010-09-21 10:26:50 UTC
*** Bug 251768 has been marked as a duplicate of this bug. *** Hmm I can not reproduce the error here... maybe it is camera specific? (In reply to comment #2) > Hmm I can not reproduce the error here... maybe it is camera specific? Andi please notice that there is another bug (marked as duplicate) for the same issue. Both were reported by Canon camera users (PowerShot A470 and EOS 30D). Maybe it is camera-specific. Nevertheless it worked fine for 1.3.0 and doesn't work for 1.4.0. Please fix it, it makes digikam useless to me :( -- Tomek It seems like this problem is only occurring when using PTP mode, if I use a CardReader device, it works perfectly. Strange... Is the code reading these data in digikam, or in some library - maybe gphoto? SVN commit 1179554 by aclemens: Due to the refactoring of the AdvancedRename utility by introducing the AdvancedRenameManager, we forgot to set the DateTime object when reading images from a camera device. Because of this, date based renaming options returned wrong values. The problem should be fixed now. BUG: 251899 M +2 -1 NEWS M +46 -18 tests/advancedrenametest.cpp M +8 -1 utilities/advancedrename/advancedrenamedialog.cpp M +13 -21 utilities/advancedrename/advancedrenamemanager.cpp M +3 -4 utilities/advancedrename/advancedrenamemanager.h M +1 -0 utilities/advancedrename/common/parsesettings.h M +8 -0 utilities/advancedrename/parser/options/dateoption.cpp M +7 -5 utilities/cameragui/cameraiconview.cpp M +5 -4 utilities/queuemanager/queuelist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1179554 (In reply to comment #4) > It seems like this problem is only occurring when using PTP mode, if I use a > CardReader device, it works perfectly. Strange... I confirm, it works fine from CardReader. Thanks for this tip - now I can download my pictures! -- Tomek |