photo.localIdentifier - what is it useful for?
Hey,
for a plugin I would like to remember some photos that were used for an operation. I thought that saving the photo.localIdentifier would be the best way to get me access to the LrPhoto again at a later point, however, there doesn't seem to be any way to do a lookup based on localIdentifier. The only option I see is the UUID, which is available via photo:getRawMetadata , which requires being inside an LrTask.
Two questions:
1) Is UUID the recommended way to remember a photo reference?
2) If yes, what's the point of photo.localIdentifier ? Only for debugging?
Martin
