How to Retrieve the "Edited" Status via the SDK
Hello,
I’m a student based in Japan, currently building a Lightroom Classic plugin using SDK version 14.0.
Please note that this post has been translated using a translation tool—my apologies if any parts sound unnatural.
In my plugin, I want to process only the images in the catalog that have been edited. However, I’m not sure how to retrieve the "edited" status (or flag?) through the SDK.
As a temporary workaround, I’ve been using the editCount value obtained via getRawMetadata. But this includes images that have only had metadata changes, such as rating or comments, which I would like to exclude.
Is there any way to access the same "Edited" status as seen in Smart Collections or the Library Filter via the SDK? Or alternatively, is there a way to replicate that functionality programmatically?
I’d appreciate any ideas or guidance. Thank you!
