You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

Apple Photos - Easier way to add the same locations, multiple times

I have scanned over 30,000 non-digital pictures that need to have locations (GPS) added to them. This will take me years as I need to look at every picture individually. I'd like to speed up the process by inserting some automation. The pictures are from ~20 locations. Is there a way to create a script or add a button to Apple Photos that I can use to add the locations faster?


ie - Button #1 = Location #1, Button #2 = Location #2.


I view a picture, recognize location and click on Button #2 to add Location #2 to the picture. Move on to next picture.


Any ideas?


Thanks!


Mac mini, macOS 10.15

Posted on Jan 16, 2021 11:40 AM

Reply
Question marked as Top-ranking reply

Posted on Jan 17, 2021 11:36 AM

Thanks again. After further research, I found that simply creating text shortcuts as reference here:


https://photojoseph.com/tips/2016/9/27/add-places-photos#.YAR3-S2cZTY


will help me get this completed faster without any coding.


Thanks again!!

Similar questions

7 replies

Jan 17, 2021 10:00 AM in response to jimmyfromcharmcity

To create the groups, create one album for each place. Drag the photos for each place to the correct album in the sidebar.


If you want to use keyboard shortcuts, assign a keyword with the name of the location, for example "My Home", "My Work", etc. Any keyword you add to the Quick Group in the Keyword Manager will have a keyword shortcut. As long as you keep the Keyword Manager open (with ⌘K), you need just to type a letter or digit to assign the keyword all selected photos. Then you can easily select all photos with the same keyword together by using the "Showing Only" filter in the upper right corner of the Photos window. Photos 5 on Catalina allows you to filter and view by the keywords from your Quick Group of Keywords.


This way you can select all at once with ⌘A, open the Info ⌘i, and enter the location name or GPS coordinates. If you want to use an Apple Script to assign the location more accurately than typing into the Info will do, select all photos at once and use ⌘N to create a new album from the selected photos. To run an Apple Script, you have to select the photos in a top level album, not in a filtered view or a smart album.

Jan 17, 2021 12:20 PM in response to jimmyfromcharmcity

On problem you still will be having is that the adding of locations in Photos 5 on Catalina is horribly imprecise. It has been broken since macOS 10.15.2 came out and has not yet been fixed in macOS 11 Big Sur either. It is fine, as long as you can enter a complete address - any named place in a city. But off the beaten tracsk, somewhere where the named places are sparse, outside the big cities, it does no longer help to add the GPS coordinates precisely. Photos will assign the location of the closest named place from Apple's location database, which can be thousands of miles away. Then assigning the place with a script is the only way. Or using an external editor like HoudahGeo.

As long as you are only needing to assign locations to photos take-in densely populated places and not pictures from long hiking trips or sailing trips, it will be fine.


Jan 23, 2021 3:59 PM in response to léonie

Hello,


I wrote myself a couple of AppleScript apps for Photos.app.

One of them does exactly what is wanted here: it copies a location from one to any number of marked photos. So similar to the script linked here, but with a different setup. You first select a photo to copy the location info from, and then select the photos to receive it.

Another one goes back to the "correcting" of coordinates described by léonie. Here you can enter coordinates and -without them being corrected- add them to any number of marked photos.


The apps were not intended for editing a really large number of photos, but they can do that too. However, the Photos.app will then certainly use a lot of CPU...


Additionally, since the apps also write the location information into the originals of the images, there are a few little things to keep in mind. In most cases the apps can determine the used Photos Library itself. In a few cases it has to be selected manually (unless you use only one media library anyway). This is necessary because the path to the images is read from the Photos Library's database.

It's best to read the ReadMe before use :)


Maybe these will help you:

PhotosSetCoordinates.app


PhotosGPSTransfer.app


I hope they work on your Mac too

Greetings

Apple Photos - Easier way to add the same locations, multiple times

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