Change person name of all photos in an album #1590
-
First off, thanks for putting together this tool! The Discussion and Q&A has been awesome as well. Goal: I have an album where I've added photos of a person who was mislabeled as someone else. I would like to relabel all of these photos as the right person. How can I do this with osxphotos? A little background: I have two people in my library who look very similar. Apple Photos sometimes labels them as "Person A" but sometimes "Person B". Before discovering osxphotos, I batch selected and clicked the "These are not Person Name" option. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately osxphotos cannot change / add / remove person names or faces from photos. It can read them but cannot change them. This is a limitation of the Apple Photos API. I have some ideas of how to get around this but it requires more reverse engineering work with private, undocumented APIs and is not something that I can accomplish in the near term. Simply changing the person associated with a face in the Photos database wouldn't be too hard but these changes would not propagate to iCloud and might cause other unintended side effects. |
Beta Was this translation helpful? Give feedback.
I don't know the actual implementation Apple is using (they are of course not very transparent about this) but in my experience, using the "These are not Person..." shouldn't mess anything up permanently. It should just tell Photos that those specific faces don't go with the person it matched them to.
You can remove a person in the People section of the library. Right click on the person and select "Remove this Person". That removes the person from the library and all data associated with the person. It does not remove the faces, just the person thos…