Summary: | empty date for mod files | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Benoit DUMONT <vertigo17> |
Component: | AdvancedRename-metadata | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.1.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: | screenshot of the missing date problem |
Description
Benoit DUMONT
2010-03-21 21:46:43 UTC
Can you provide a small test file? Created attachment 41820 [details]
screenshot of the missing date problem
Sound like a problem in Advance Rename tool which do not find mod metadata with Exiv2 (which is normal, like mod format is not yet supported). At least file system date must be used there. Andy ? Gilles Caulier Gilles, this is the problem I mentioned some months ago :-) Somehow metadata is not visible anymore in the import tool. It worked for digiKam 0.10 and even 0.11, but in 1.0.0 it is broken. AdvancedRename works fine in AlbumUI and BQM, but not in Import, since the metadata is gone / not read. Maybe I need to call other methods in ImportUI than the ones from DMetadata and ImageInfo? Do you still need a small test file ? I beleive not as the bug is identified but I will provide if you ask me. If you can provide a test file, I can take a look at this problem again... I fact you could take any video file that has no exif or XMP tag defined. I tryed to attched a sample file but even very small film takes 2 Meg. to generate a test file, you could do something like echo "toto" > example.mod and declare the extention "mod" as beeing a video file. I fact any video file will have this issue as the issue is more related to the fact that when no exif date are found it doesn't default to the creation date of the file. SVN commit 1134267 by aclemens: Tripple-check datetime information in the parser. It should have been set already be the calling instance, but somehow it fails for CameraUI now. BUG:231585 M +28 -3 dateoption.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1134267 Should work fine now, at least it does for my Nikon D50. The fix will be in the next digiKam release (1.3.0), coming this weekend. If it is still not working for you, feel free to re-open the bug. |