New osxphotos show command #984
Replies: 1 comment
-
In v0.57.3, I've updated In the case where your export database is not in the default command, and you want to show an exported file in Photos, you can do this:
This will print out the UUID of the file (along with other info) and you can then use the UUID in |
Beta Was this translation helpful? Give feedback.
-
osxphotos v0.57.1 adds a new
osxphotos show
command that is useful when debugging issues. It will find a photo, album, or folder by UUID or name and open Photos.app with the "spotlight" view on the object. It should be useful to figure out "which photo is causing a problem" during an export, etc.Show by UUID
osxphotos show E9BC5C36-7CD1-40A1-A72B-8B8FAC227D51
Show by name
osxphotos show IMG_3092.heic
osxphotos show "My Album"
osxphotos show "Folder"
Beta Was this translation helpful? Give feedback.
All reactions