https://bugs.kde.org/show_bug.cgi?id=468830
--- Comment #24 from Chris <chrisc.gigam...@gmail.com> --- A work-around for the bug of HdrPlusMakernotes from Pixel phones: *** #store metadata in sidecar (extract embedded): exiftool -ee -o %d%f.xmp filename.jpg #remove -HdrPlusMakernotes from the original file: exiftool -HdrPlusMakernotes= filename.jpg #reestablish data from xmp file: exiftool -tagsfromfile filename.xmp "-xmp:all>all:all" filename.jpg *** For me, this makes digikam 8.5.0 able to save metadata to the jpg-file and sync from database to file. This is only necessary on files where HdrPlusMakernotes are "visible" for exiftool without the -ee parameter. After the above operation the HdrPlusMakernotes can only be extracted with exiftool -ee, which apparently helps on the way the embedded Exiv2 handles the files in digikam. -- You are receiving this mail because: You are watching all bug changes.