Jump to content

Please: please round consistently


Uwe

Recommended Posts

Hello,

why is this such a problem and creates multiple entries?

Example Focal Lenght: These are the records in the database. Why is not rounded to one decimal place after the comma in the database?

Daminion_2440_FocalLength.jpg

The result in the client is:

Daminion_2440_FocalLength_01.jpg

This is not a new bug/works as designed. Please fix it asap.

Please round only at a central point, from my point of view at the import or rescan, i.e. where the entry is made in the database. The client should only display what is in the database.

Regards, Uwe

Link to comment
Share on other sites

  • 5 months later...
  • 1 year later...

Hello,

the error is still present in build 2936 and thus there are two entries with the same focallength in the database and thus also in the UI.
The following status in the Exif/XMP data of the sample photos:
Photo.CR2 with focallength: 6,528
Photo.XMP with focallength: 6,528
Photo.TIF with focallength: 6,528 the TIF file has been developed from the CR2 file.
Situation in the database.
1. initial status
Photo.CR2 id_focallength = 102465, value = 6.528
Photo.TIF id_focallength = 2853, value = 6.5
2. Photo.XMP is renamed to Photo.XMP.SAV so that there is no connection to the Photo.CR2 file. Then the data is read in again from the Photo.CR2 using "Read Tags from File". Result:
Photo.CR2 id_focallength = 2853, value = 6.5
Photo.TIF id_focallength = 2853, value = 6.5
and thus only one entry in the database and in the UI
3. Photo.XMP.SAV is renamed to Photo.XMP again so that there is a connection to the Photo.CR2 file again. Then the data is read in again from the Photo.CR2 using "Read Tags from File". Result:
Photo.CR2 id_focallength = 102465, value = 6,528
Photo.TIF id_focallength = 2853, value = 6.5
and so the incorrect initial situation is reached again. This means that Daminion treats the focallength differently depending on whether it is reading from the RAW file or from the sidecar XMP file.

Regards, Uwe

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...