Apple - Photos (OS X Yosemite / El Capitan) – show original in Finder?

Photos expects you to export unmodified originals as copies, to preserve the integrity of the internal file management and for collection protection in the same way a database works – it's central to keeping the iCloud storage of your photo collection synced, stable, and functional.

Once you have exported a photo, you can then use mdls and mdfind to see what the "copy" looks like and where the original was stored.

In my case, they are all in ~/Pictures/Photos Library.photoslibrary/Masters/2015/04/08 and such stored by year, month and date for my US locale computer. You'll only have to do this exercise a few times to nail down the internal storage for each time Apple chooses to change it going forward.


This is another approach:

  1. Open Photos and go to the photo you want.
  2. Right mouse click and choose Get info. Here you can copy the photo's file name
  3. Click on the Magnifying glass icon on the top right corner of the screen. Paste the photo file name there.
  4. Maybe you have to wait some seconds, then Double click "Show All in Finder" in the search dialog.

As far as I can tell, there isn't an Apple-sanctioned method. The following is a workaround.

The original, or "master", picture has information not otherwise accessible through Photos, such as the focus point chosen by an SLR camera.

Click on the picture in Photos. Press command i to read its Info. Double-click on the file name then copy it by pressing command c.

Open a Terminal window and paste the filename in the line below.

> cp "`find Pictures -name "_DSC5407.JPG" -print`" ~/Desktop/

This may take a few seconds. In one step you'll locate the file and copy it, sparing yourself the trouble of copying/pasting the full path to that file.

Now open the program you'd like to use to access the picture and/or its meta-information and use the copy on the Desktop. Delete that image when you're done.

Compared to the ritual forced on users of every other major picture management software of doing organization themselves until Photos appeared, I find that the virtues of Photos still more than offset this major weakness.

Tags:

Macos

Photos