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
344 stars 42 forks source link

R&D: Use command output instead of intermediary file #99

Closed rderimay closed 7 years ago

rderimay commented 7 years ago

Joshua, maybe you tried that before or you know the answer immediately. For now, when we extract the Exif, we create a file "-metadata.txt" beside the original photo. I feel this to be not ideal because of all possible problems we could get into like read only directory, shared folder, etc. Maybe we can find a way to read directly from the command output instead of creating a temporary file.

musselwhizzle commented 7 years ago

Sure, take a look into it.

rderimay commented 7 years ago

PR #105