Replies: 14 comments 33 replies
-
Thanks to a reader in the r/MacOSBeta subreddit, I was able to get a couple of test libraries (s/he asked I credit The biggest change seems minor but will be actually a pain to work around is
Another interesting thing is it looks like from this table that osxphotos might be able to get access to the new "live text" feature to get the character recognition data that's built into Monterey's Photos: +CREATE TABLE ZCHARACTERRECOGNITIONATTRIBUTES (
+ Z_PK INTEGER PRIMARY KEY,
+ Z_ENT INTEGER,
+ Z_OPT INTEGER,
+ ZALGORITHMVERSION INTEGER,
+ ZMEDIAANALYSISASSETATTRIBUTES INTEGER,
+ ZADJUSTMENTVERSION TIMESTAMP,
+ ZDATA BLOB
+);
+ |
Beta Was this translation helpful? Give feedback.
-
Progress! osxphotos can now process a Monterey Photos database. The only thing that isn't working yet is ability to process the RAW pair of a RAW+JPEG pair. Photos 7 (? -- assume it's Photos 7) changes how UTI information is stored and I've not yet figured out how to get the data needed to find the paths of the associated RAW files.
|
Beta Was this translation helpful? Give feedback.
-
So sorry for the delay in responding. Here are the files you requested on Reddit. Hope they help! |
Beta Was this translation helpful? Give feedback.
-
Just started looking at the Photos for Monterey database, and Apple has again changed some table names. Z_26ALBUMS is now Z_27ALBUMS, Z_26ASSETS is Z_27ASSETS, and Z_36KEYWORDS is Z_38KEYWORDS. Haven't looked inside if there are any changes in column names etc. |
Beta Was this translation helpful? Give feedback.
-
Newbie here. Just upgraded to Monterey from Big Sur (12.0.1). Have used command "osxphotos export --exiftool /my-output-folder" successfully hundreds of times on my 25k photo set with no errors ever. Suddenly since upgrade to Monterey I am getting "OperationalError: no such column: ZDETECTEDFACE.ZBALDTYPE". Amazing tool -- I can't thank you enough for it (allowing me to avoid frustrating Apple bugs in Photos). If you need more info to evaluate please let me know. Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
-
Monterey test photoslibary and pdf of output.zip Thanks for the quick response -- please let me know if you need anything else. |
Beta Was this translation helpful? Give feedback.
-
adding a comment to volunteer as well if there's anything else that is needed. |
Beta Was this translation helpful? Give feedback.
-
@endlessedits @rsr-at-mindtwin @Rott-Apple I've updated v0.43.0 based on the sample library @endlessedits sent and everything seems to be working as far as I can tell. Let me know if you run into any other issues. |
Beta Was this translation helpful? Give feedback.
-
New v0.43.0 is working perfectly for me under Monterey 12.0.1 now. Export of a large photoslibrary appears flawless. Osxphotos is indispensable -- awesome turnaround time on this new version too. Thank you very much, Sir! |
Beta Was this translation helpful? Give feedback.
-
Hmmm. % osxphotos --version ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ |
Beta Was this translation helpful? Give feedback.
-
Give v0.43.1 a try. I think I've worked around the issue @rsr-at-mindtwin was having and you should be able to use finder tags now but I'm going to guess that finder comments are still broken. |
Beta Was this translation helpful? Give feedback.
-
It appears confirmed fixed from my POV. |
Beta Was this translation helpful? Give feedback.
-
I am using mac osx monterey 12.1 on an m1 macbook pro and using osxphotos, version 0.44.9. I'm not sure if this is the latest version of osxphotos but I literally installed it yesterday using pipx so I would imagine it would have installed the latest version (?). I query this because upon using it it said "WARNING - photosdb.py - 107 - WARNING: This module has only been tested with macOS versions [10.12, 10.13, 10.14, 10.15, 10.16, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6]: you have Darwin, OS version: 12.1" I started it running through a tiny 4.45gb photos library yesterday at about 7pm and it has been going through the night! it is 10am as I type this and it is only 81% through! with an estimated 02:29:48 left. granted I am exporting the media to my nas on my internal 100mbps network but surely this really shouldn't take that long!? what is causing this? should I export to a local hard drive instead? i can't believe the network can be the problem Ste |
Beta Was this translation helpful? Give feedback.
-
ok I'm trying the export x amount of files thing. i chose this root because it is harder to estimate how big an export a date range will be. |
Beta Was this translation helpful? Give feedback.
-
If any osxphotos users have access to the macOS 12 / Moneterey developer preview, I'd like to get a copy of a test Photos database to ensure osxphotos remains compatible.
Beta Was this translation helpful? Give feedback.
All reactions