Skip to main content
wizanm
Participating Frequently
November 15, 2018
Answered

Lightroom SDK 8.0 mymetadata plugin doesn't work

  • November 15, 2018
  • 1 reply
  • 533 views

Hi All,

I want to work with Metadata. In Sample Plugins, there is an example related to metadata.

I installed that plugin. I can see the My Metadata in Metadata drop-down but when I select it I cannot see the defined metadata values.

According to SDK Guide, The Plugin should work like below

However, it works like below

any idea or clue?

Thanks in advance

This topic has been closed for replies.
Correct answer johnrellis

It's a bug. Add the following line to Info.lua:

    LrMetadataProvider = 'MyMetadataDefinitionFile.lua',

1 reply

johnrellis
johnrellisCorrect answer
Legend
November 15, 2018

It's a bug. Add the following line to Info.lua:

    LrMetadataProvider = 'MyMetadataDefinitionFile.lua',

wizanm
wizanmAuthor
Participating Frequently
November 17, 2018

Thank you so much..