musselwhizzle / Focus-Points

Plugin for Lightroom to show which focus point was active in the camera when a photo was taken
Apache License 2.0
340 stars 42 forks source link

Metadata display slow for EXIF data containing items with very long values #164

Closed capricorn8 closed 4 months ago

capricorn8 commented 2 years ago

When displaying the EXIF data of a R6 CR3 files, the metadata window takes a few seconds to fill. Same is true for refreshing the window content when scrolling.

Reason for this behavior are items with complex and very long values (eg. AF related information, value >2000 chars).

A fix for this issue is ready - values will be displayed with a maximum length of 255 chars. Truncation will be indicated by "..." after the value string. Full EXIF data is still available via "Open as text".