Rating default value is wrong

Issue #279 invalid
Olivier Croquette created an issue

I export the metadata of my raw images from Digikam to XMP sidecars. The metadata is correctly read by ART and exported again in the generated JPEG. However, the Rating field gets a weird value if it was not set in the sidecar.

exiftool <some JPEG generated by ART> | grep -i rating

gives:

Rating : 1551228160

Back in Digikam, this is interpreted as 5 stars.

If I set the rating to 2 starts in Digikam, then it is correctly set in the

Rating : 2

I use ART 1.17.2.

Comments (3)

  1. Log in to comment