Skip to content

Commit

Permalink
Added masteridentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Nov 20, 2023
1 parent e5aa6b5 commit 5eb7120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osxphotos/photosdb/_photosdb_process_faceinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def _process_faceinfo_4(photosdb):
face["intrash"] = None
face["lipmakeuptype"] = None
face["smiletype"] = None
face["masteridentifier"] = None

photosdb._db_faceinfo_pk[modelid] = face

Expand Down Expand Up @@ -311,6 +312,7 @@ def _process_faceinfo_5(photosdb):
face["righteyey"] = row[34]
face["roll"] = row[35]
face["size"] = row[36]
face["masteridentifier"] = row[38]
face[
"yaw"
] = 0 # Photos 4 only (this is in Photos 5-7, but dropped in Ventura so just don't support it)
Expand Down

0 comments on commit 5eb7120

Please sign in to comment.