Rhet Turnbull

Results 846 comments of Rhet Turnbull

@all-contributors add @alandefreitas for bug

I don't yet have access to Monterey but I'll definitely try to extract this information once I do. In comparing the database structure for initial port to Monterey (which I've...

The latest version on github (not yet released) adds a `PhotoInfo.detected_text()` method. I'm working on integrating this into the template and query system. Note: this is not the Live Text...

Release [v0.42.69](https://github.com/RhetTbull/osxphotos/releases/tag/v0.42.69) adds a "{detected_text}" template. You can use this to add the OCR'd detected text to your photo metadata using extended attributes like this: `osxphotos export /path/to/export -V --xattr-template...

What does exiftool say this file type is: `/Volumes/PhotoSync/nsankar/Photos Library.photoslibrary/resources/renders/A/AD05D755-505D-4A56-B362-706A32AA98FD_1_201_a.heic ` E.g. `exiftool “/Volumes/PhotoSync/nsankar/Photos Library.photoslibrary/resources/renders/A/AD05D755-505D-4A56-B362-706A32AA98FD_1_201_a.heic”` This is the path to the edited file and osxphotos only prints this if the...

This is very strange and I've not been able to replicate it. What's the full osxphotos command you're using? Also, what's the output of: `exiftool “/Volumes/PhotoSync/nsankar/Photos Library.photoslibrary/resources/renders/A/AD05D755-505D-4A56-B362-706A32AA98FD_1_201_a.heic”` and `exiftool “/Volumes/PhotoSync/nsankar/Photos...

Thanks for sending the debug data. It appears the actual rendered file inside the Photos library is really a jpeg even though it has .heic extension: ```txt File Name :...

>For osxphotos perhaps there is a way to check on export if the extension matches the format when exporting and print an error? This is similar to #322 which was...

Do the photos in question show up as Portrait in Photos (e.g. in the media types album under Portraits)

I think the only reliable way to find the correct extension of the file is using exiftool. It handles the widest variety of formats. Unfortunately this means that for user...