Question
Assert Failed Packed when trying to copy metadata in lua script
I'm trying to write a lightroom classic plugin. One of the steps is to copy metadata from one photo to another.
I'm using :
newPhoto:setRawMetadata("keywords", oldPhoto:getRawMetadata("keywords"))
but it throws the error.
Also "title" is an unrecognized metadata key even though it apears in the sdk docs.
