Where is my iPhoto Library?

Where is my iPhoto Library? It is not in my Pictures folder and I cannot find the application through Finder. I found the Masters, but they are organized into what appears to be thousands of subfolders and it's confusing to look through. All I'd like to do is copy iPhoto Library onto an external hard drive so as to create space on my laptop.

MacBook Air

Posted on Jul 24, 2016 12:21 PM

Reply
3 replies

Jul 24, 2016 12:38 PM in response to nina3127

Navigate up from the Masters to it, or choose Utilities from the Finder's Go menu, open the Script Editor, and run:


set the_string to POSIX file (do shell script "defaults read ~/Library/Preferences/com.apple.iPhoto.plist RootDirectory") as string

if the_string starts with ":~:" then set the_string to (path to home folder as string) & items 4 thru -1 of the_string

tell application "Finder" to reveal item the_string


This will select the library in the Finder. It needs to be stored on a volume formatted as Mac OS Extended, and you should have a copy of it on at least two drives in case one of them fails.


(143630)

Jul 24, 2016 1:50 PM in response to nina3127

what version of the OS and of iPhoto do you have? By default the iPhoto library is in your Pictures folder - if it is not then you have moved it and only you know where you moved it to - since you found the Masters folder look at the path to it which will include the location of the iPhoto library as the Masters f libraryolder is within the iPhoto


And prior to copying it to an external drive verify that the drive is formatted Mac OS extended (journaled)


LN

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Where is my iPhoto Library?

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