Replies: 1 comment 2 replies
-
It is not currently possible to do this in osxphotos but the workflow you described should be relatively easy to implement. I really like this idea as a feature though and will open a new issue to add this. I envision something like a On computer 1: Then on computer 2: You could specify which metadata to sync. (Does the shared library currently sync other metadata like titles and keywords?) I've already built a similar script for a user who did not use iCloud but wanted to sync metadata / albums between iPhone and Mac. In that case, the difficult part was matching the photos as there wasn't a unique identifier to correlate the two libraries. In a regular iCloud library, each photo has a unique cloud identifier ( edit: Rather than JSON, I'd probably use a sqlite database as the file format as it would be more performant and flexible (and still accessible via a variety of tools) |
Beta Was this translation helpful? Give feedback.
-
With the release of macOS Ventura, there is a new feature called [iCloud Shared Photo Library](iCloud Shared Photo Library). It is convenient and does a good job of synchronizing videos and photos who are granted access as "Participants". The one issue I have with this new feature is it doesn't synchronize the folders and albums. Could OSXPhotos help with this?
Here is the situation that I'm trying to solve:
A possible approach to solve this using OSXPhotos:
Would it be possible to perform this synchronization with OSXPhotos? If so, what is the command line syntax? If not, could this be added as a feature to OSXPhotos?
Beta Was this translation helpful? Give feedback.
All reactions