[digikam] [Bug 409038] erroneous extraction of date metadata for videos

2019-06-22 Thread Kusi
https://bugs.kde.org/show_bug.cgi?id=409038

--- Comment #6 from Kusi  ---
Fixing the issue 1h42 after reporting, that's a fantastic job! Thanks alot
Maik!

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 409038] erroneous extraction of date metadata for videos

2019-06-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=409038

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||6.2.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/f172937814e3
   ||524bfcde25d19c4e1350c0c1ba4
   ||d
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #5 from Maik Qualmann  ---
Git commit f172937814e3524bfcde25d19c4e1350c0c1ba4d by Maik Qualmann.
Committed on 22/06/2019 at 15:42.
Pushed by mqualmann into branch 'master'.

prefer "com.apple.quicktime.creationdate" for video date
Related: bug 405589
FIXED-IN: 6.2.0

M  +2-1NEWS
M  +26   -17   core/libs/metadataengine/dmetadata/dmetadata_video.cpp

https://invent.kde.org/kde/digikam/commit/f172937814e3524bfcde25d19c4e1350c0c1ba4d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 409038] erroneous extraction of date metadata for videos

2019-06-22 Thread Kusi
https://bugs.kde.org/show_bug.cgi?id=409038

--- Comment #4 from Kusi  ---
(In reply to caulier.gilles from comment #1)
> if Iphone photo and video do not use the same date zone on the same device,
> it's clearly an Apple bug (:=)))...
> 
> And of course, you cannot report this problem to the big Apple.
> 
> 
> Gilles Caulier

yeah, thanks Apple! :/

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 409038] erroneous extraction of date metadata for videos

2019-06-22 Thread Kusi
https://bugs.kde.org/show_bug.cgi?id=409038

--- Comment #3 from Kusi  ---
(In reply to Maik Qualmann from comment #2)
> Exiftool also finds 09:09:41 as the creation date. There is an additional
> entry in the video called "com.apple.quicktime.creationdate", which has the
> timezone addition. We can add this as a special case.
> 
> Maik

That would be great! How did you check the special tag "comcreationdate"?

For reference:

Create Date in UTC, Creation Date in local time zone
$ exiftool IMG_9360-iPhone.MOV | grep Creat
Create Date : 2019:06:22 09:09:41
Creation Date   : 2019:06:22 11:09:41+02:00

Create Date and Creation Date in local time zone
$ exiftool -api QuickTimeUTC IMG_9360-iPhone.MOV | grep Creat
Create Date : 2019:06:22 11:09:41+02:00
Creation Date   : 2019:06:22 11:09:41+02:00

Source:
https://askubuntu.com/questions/989646/exif-tool-and-video-files-which-are-saved-with-utc-timestamps

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 409038] erroneous extraction of date metadata for videos

2019-06-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=409038

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
Exiftool also finds 09:09:41 as the creation date. There is an additional entry
in the video called "com.apple.quicktime.creationdate", which has the timezone
addition. We can add this as a special case.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 409038] erroneous extraction of date metadata for videos

2019-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409038

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Severity|major   |normal
 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
if Iphone photo and video do not use the same date zone on the same device,
it's clearly an Apple bug (:=)))...

And of course, you cannot report this problem to the big Apple.


Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.