Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to remove names from the Autofill history when adding faces?

I previously had added students of mine using the faces option, however I have decided to remove those faces. Now when I go to ad a missing face however their names are shown in the list of names that automatically pop up after pressing a given letter. How can I permanently remove these names form the menu memory?

After my previous thread, I checked my address book. Because they were added only in iPhoto, they are not in my address book. Any help would be appreciated!

Mac OS X (10.5.7)

Posted on Mar 12, 2010 9:05 AM

Reply
22 replies

Oct 5, 2013 9:19 AM in response to Duke Room

The fix from jpottermac didn't work for me - iPhoto '11. But this DID work:


  • Note the exact spelling of the name you want to remove
  • On the main board, drag the stack with the wrong name onto the stack with the correct name (if you have already rename the individual faces to the correct name, there won't be a "wrong" stack. Don't worry).
  • On the main board, click on the name of the correct stack, rename it to the name you want to get rid of and hit enter
  • Now click on the name of this stack again, and change it to the name you want. Hit enter.


Done - the "wrong name" no longer shows up when assigning names to pictures!

Jan 11, 2014 5:04 AM in response to DC Chick

His one worked very well. Thank you very much indeed.

I have been searching for a succefull solution for so long. Finally I got rid of some names and face.


______


Dieses Vorgehen hilft wunderbar, wenn man Gesichter oder Namen aus der Bibliothek für immer entfernen möchte. Ich hatte damals einige Namen automatisch mit Facebook verlinkt, wolte die Leute aber nun nicht mehr drin haben.

Nov 2, 2014 1:40 PM in response to mluton

mouton - thanks for the pointer. updated for iPhoto 9.6.


[exit iPhoto]

% brew install sqlite3

% cd Pictures/iPhoto\ Library/Database/apdb

% cp Faces.db Faces.db.org

% sqlite3 Faces.db

sqlite> select * from RKFaceName where name is "SOME_NAME_YOU_WANT_TO_DELETE"; # verify that there is a match. case matters

sqlite> delete from RKFaceName where name is "SOME_NAME_YOU_WANT_TO_DELETE";

sqlite> <ctrl-D>

%

[start iPhoto and verify that SOME_NAME doesn't show up anymore]


at some point, when you are comfortable that you didn't bork everything up, you can delete Faces.db.org.

How to remove names from the Autofill history when adding faces?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.