Skip to content

Commit

Permalink
photos post
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeder committed Nov 16, 2023
1 parent 8dc254c commit 15f8c52
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions content/blog/apple-photos-export/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Apple Photos Export"
date: 2023-11-10T11:01:23-05:00
draft: true
---

It took me a few attempts to figure out a good way to backup photos from an iPhone and Macbook to a proper format on an external NAS, so I figured I'd write it down.

First, import all the photos from your iPhone(s) onto the Macbook. This should put them in your local Photos library, and will probably start tagging them with "Memories" and location information.

Once all the photos are imported into the Photos app, go to the "Library" tab on the left. Select all of the photos with Edit -> Select All or (CMD + A). Then export all the photos by going to File -> Export -> Export # Items ( not the unmodified option, this will export in the original HEIC format that is useless outside of a Mac ).

In the export prompt, select the following options:

* Image Kind: `JPEG`
* Movie Quality: `4K`
* Include:
* [x] Title, Keywords, Caption
* [x] Location Information
* File Name: `Use File Name`
* Subfolder Format: `Moment Name`

![prompt](export-prompt.png)

I pick a local folder on my desktop for the initial export, to double check the formats and naming convention and then copy it over to the external network storage.

You can check the progress of the export in the Photos app, next to the zoom slider.

![progress](progress.png)
Binary file added content/blog/apple-photos-export/progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15f8c52

Please sign in to comment.