Skip to main content
Known Participant
May 19, 2024
Question

SDK Determine if Auto-Sync is enabled or disabled

  • May 19, 2024
  • 2 replies
  • 807 views

Is there a way via the SKD to check if Auto-Sync is enabled or disabled?

This topic has been closed for replies.

2 replies

john beardsworth
Community Expert
Community Expert
May 19, 2024

I don't think so, but it would make sense to have it. LrDevelopController would be the obvious place.

john beardsworth
Community Expert
Community Expert
May 19, 2024

On Windows you might be able to parse the preference file Lightroom Classic CC 7 Preferences.agprefs and look for the settings AgDevelop_autoSyncEnabled and AgLibrary_autoSyncEnabled, but these are not real time as the preference file is not immediately updated.

johnrellis
Legend
May 19, 2024

...and on Mac, use this command:

defaults read com.adobe.LightroomClassicCC7.plist

It has the same caveats as on Windows -- it's not updated in real time, and of course it's undocumented and subject to change.

cwurzbachAuthor
Known Participant
May 19, 2024

* SDK not SKD