Inspect Updates
Updates to osxphotos inspect and osxphotos albums.
2025-11-21
Added
- Added
media_analysisproperty toPhotoInfowhich returns a dictionary of the AI analysis data produced by Photos' media analysis process. - Added
ai_captionproperty toPhotoInfowhich returns the AI generated caption produced by the Photos media analysis process - Added AI generated caption to
osxphotos inspect
Changed
osxphotos albumsnow prints the full path to albums contained in folders, for example,Folder/Subfolder/Album(#2008)- New option
--sizeforosxphotos albumsto sort albums by size instead of the default alphabetical osxphotos inspect --templatenow adds the rendered template to the inspect output (#2010)
For example, the direction the photo was taken can be added to the inspect output using:
osxphotos inspect -T "[bold]Direction:[/] {exiftool:EXIF:GPSImgDirection}"
Removed
Fixed
- Better progress details on
osxphotos import(thanks @oPromessa) osxphotos sync --importnow creates folder structure for albums (thanks @oPromessa) (#1978)