-
On iOS and in the Photos app I can search for the app that created the photo. Is there any way to query this after the export? This software is amazing, by the way. I have 53,186 assets in my library and this is giving me a way to liberate them 👏 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi. It's not currently possible to do this in Photos but after you asked, I checked the database and I think I know how to pull this data out (at least on Ventura--I don't think the data is present on earlier versions of macOS). I'll open a new issue to add this feature. |
Beta Was this translation helpful? Give feedback.
-
Would this be the same tag as "EXIF:Software"? $ exiftool -G -u -a -software P5290141.JPG
[EXIF] Software : Adobe Photoshop Album 2.0 |
Beta Was this translation helpful? Give feedback.
-
This is now include in v0.56.4. You can filter photos by source with a
|
Beta Was this translation helpful? Give feedback.
This is now include in v0.56.4. You can filter photos by source with a
--query-eval
:osxphotos query --query-eval "photo.search_info.source == 'Safari'"