Bug 398624 - Cannot edit Date in XMP video metadata
Summary: Cannot edit Date in XMP video metadata
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Date (show other bugs)
Version: 6.0.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-14 16:34 UTC by MarcP
Modified: 2018-09-22 22:02 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0
Sentry Crash Report:


Attachments
Sample image with this problem. (1.88 MB, image/jpeg)
2018-09-14 16:40 UTC, MarcP
Details
Screen capture of Digikam showing the metadata (354.64 KB, image/jpeg)
2018-09-14 16:41 UTC, MarcP
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MarcP 2018-09-14 16:34:36 UTC
Hi. This the last Date-related bug I submit, I promise.

I have noticed that I was unable to change the date in some pictures. I checked the metadata editor and everything seemed to be ok. Then I checked the Metadata panel and I realized that under the XMP tab, at the bottom, there's a "video" section with the fields DateTimeOriginal, DateUTC and ModificationDate, all three with the same date. Most other pictures do not have these fields.

I don't know how that information got there, as it is just a jpg image, not a video. Apparently, the picture seems to be edited from digiKam-5.8.0 (last march, to be more precise), but I'm currently using the last 6.0beta1.

Regardless, that date is impossible to change. The metadata editor does not show any "video metadata" option in the XMP tab.
Comment 1 MarcP 2018-09-14 16:40:30 UTC
Created attachment 114955 [details]
Sample image with this problem.

In the metadata viewer, there's a "video" section that cannot be edited from digikam.
Comment 2 MarcP 2018-09-14 16:41:08 UTC
Created attachment 114956 [details]
Screen capture of Digikam showing the metadata
Comment 3 Maik Qualmann 2018-09-20 12:07:26 UTC
With the newly added Time Adjust tool in the digiKam git/master version it will also be possible to correct or set the XMP:Video date.

Maik
Comment 4 caulier.gilles 2018-09-20 12:30:59 UTC
This evening, i will recreate all bundles for testing...

Gilles Caulier
Comment 5 MarcP 2018-09-21 17:05:51 UTC
I saw the new tool to change the time and date, including the XMP:video date. However, I am not sure how to remove just the XMP:video date from a picture file without changing any other metadata. Is there any possibility to include the XMP:video date in the XMP tab of the Metadata Editor, next to the digitization and creation dates?
Comment 6 Maik Qualmann 2018-09-22 20:18:27 UTC
Git commit 5c2fece9bf2dcb5aec198c65a37dfb324c908490 by Maik Qualmann.
Committed on 22/09/2018 at 20:17.
Pushed by mqualmann into branch 'master'.

add Xmp:Video section to remove with the BQM tool
FIXED-IN: 6.0.0

M  +32   -18   core/utilities/queuemanager/tools/metadata/removemetadata.cpp
M  +1    -0    core/utilities/queuemanager/tools/metadata/removemetadata.h

https://commits.kde.org/digikam/5c2fece9bf2dcb5aec198c65a37dfb324c908490
Comment 7 Maik Qualmann 2018-09-22 20:21:20 UTC
It is now possible to remove the section Xmp:Video with the BQM tool for removing metadata. It would also be possible to add something else in future.

Maik
Comment 8 MarcP 2018-09-22 22:02:47 UTC
Thank you all, you're the best!