[digikam] [Bug 305104] Digikam does not show some jpg images in files

Johannes via KDE Bugzilla bugzilla_noreply at kde.org
Tue Sep 6 20:50:42 BST 2016


https://bugs.kde.org/show_bug.cgi?id=305104

--- Comment #21 from Johannes <johannes.lists+bugs.kde.org at tannenhof-imshausen.de> ---
I'm sorry for my writing, English is not my native language. 
So I don't think that Dropbox is causing that error by adding or changing
Exif.Photo.ImageUniqueID . I think some smart phone cameras create these. I
just got these photos taken by others with their smart phone via Dropbox. I use
the native Dropbox client from https://www.dropbox.com/install for Ubuntu
64bit. It says it has version 9.4.49.

I do found other images in my database which I didn't received via Dropbox with
not unique Exif.Photo.ImageUniqueID values. They were six characters long so I
could select them with: 
SELECT uuid, name, make, model FROM ImageHistory 
LEFT JOIN Images ON Images.id = ImageHistory.imageid
LEFT JOIN ImageMetadata ON ImageMetadata.imageid = ImageHistory.imageid
WHERE uuid LIKE '______'

(I don't no how to select entries with an uuid with less then 64 characters.)

It turned out that all of these were taken by a Samsung GT-I9300 ,
Exif.Image.Software  I9300XXUGNG3 or Samsung GT-I9400 (Software I9100XWLSD).

Can digikam not just ignore the Exif.Photo.ImageUniqueID value? Most images in
my collection don't have it.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list