• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

custom metadata does not trigger republish in metadataThatTriggersRepublish

Community Beginner ,
Apr 12, 2023 Apr 12, 2023

Copy link to clipboard

Copied

Hello, 

I added a custom metadata to my plugin and in the metadataThatTriggersRepublish function : 

 

function exportServiceProvider.metadataThatTriggersRepublish( publishSettings )
  return {
    default = false,
    title = true,
    caption = true,
    keywords = true,
    gps = true,
    dateCreated = true,
    ["com.myplugin.mymetadata"] = true,
    customMetadata = true,
  }
end

 

But when I update mymetadata in a photo from a published collection, it does not mark the photo to republish. 

I don't understand why and if it's a lightroom bug or if I miss something? 
Do you have this working like expected? 

Thank you

TOPICS
SDK

Views

279

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 23, 2024 Apr 23, 2024

Copy link to clipboard

Copied

It seems that when I reload the plugin "from the plugin manager", times to times, the photo with updated custom metadata are setted to republish. 

But I don't have any live update when I update this custom metadata. 
Is anyone had the same issue here ? 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 07, 2024 Oct 07, 2024

Copy link to clipboard

Copied

LATEST

Same problem for me. I've experimented with a number of variations on the 'metadataThatTriggersRepublish' table. None of them seem to work: custom metadata changes never move the photo into the "republish" category.

 

I've also noticed that, no matter what I put in the table, standard metadata changes like ratings or keywords always move the photo into the "republish" category. The values in the table don't appear to have any effect at all.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines