Summary: | adjust date and time from Exif does not work | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Sébastien Lamy <lamyseba> |
Component: | Plugin-Generic-TimeAdjust | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.1.0 | |
Sentry Crash Report: | |||
Attachments: | a sample foto with exif time not the same as modified, creation, and and iptc date |
Description
Sébastien Lamy
2007-09-15 15:26:44 UTC
Created attachment 21630 [details]
a sample foto with exif time not the same as modified, creation, and and iptc date
Still present in kipi-plugins-0.1.5rc1. I only want to add to the previous description that instead of date from exif the current date is set. I discovered what are the problems: 1) files ownership: I have my photos stored on FAT partition that is fully accessible by anyone but is owned by root. If I mount that partition as current user I can modify file using "Adjuste time and date" but then another problem appears: 2) When I was using "Set file date to EXIF/IPTC creation date" the date was changed into current one and not the one form EXIF. It was because options: - Update EXIF creation date - Update IPTC creation date were marked. Despite the fact that these options were inactive they had impact on how this plug-in was working. When I unmarked these options "Set file date to EXIF/IPTC creation date" started to work as expected. SVN commit 786355 by cgilles: kipi-plugins from KDE3 branch : TimeAdjust : set file date time after than Exiv2 play with metadata CCBUGS: 149890 M +6 -6 timeadjustdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=786355 SVN commit 786358 by cgilles: backport commit #786355 from KDE3 branch CCBUGS: 149890 M +6 -6 timeadjustdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=786358 SVN commit 786363 by cgilles: kipi-plugins from KDE3 branch : TimeAdjust : set all Exif Date tags as excepted BUG: 149890 M +6 -2 timeadjustdialog.cpp M +1 -1 timeadjustdialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=786363 |