PhotoScript icon indicating copy to clipboard operation
PhotoScript copied to clipboard

Automate Apple / MacOS Photos app with python. Wraps applescript calls in python to allow automation of Photos from python code.

Results 26 PhotoScript issues
Sort by recently updated
recently updated
newest added

Drop the "/L01/001" etc. off the UUID when user access with `.id` which would make all ids compatible with calls to osxphotos.

enhancement

variable names in photoscript.applescript are all over the place. Standardize these.

enhancement

Photos hangs if attempting to pass a string instead of a list to import

bug

See following case: there is an aae file and an _edited version but no original. This causes the AAE to be imported by itself which then causes an error in...

bug