Can Lightroom sort photos from several days by time of day instead of date?

Asked 3/30/2016

76 views

2 answers

0

I have holiday photos from 7 different days in one folder. I’d like to view or collect them so they are ordered by time of day regardless of the date—for example, all photos taken between 9:00 and 10:00 AM across all days would appear before any photos taken after 10:00 AM. Is there an automatic or custom way to do this in Lightroom?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

2

While I can't think of a way to do it with the built-in functions of Lightroom, it can be done with the help of the LR/Transporter Lightroom Plug-in (donationware; free version restricted to modifying 5 images at a time). If you don't choose to donate, you'll need to repeat the steps 2…4 below for every 5 images until you're through your whole collection.

We'll use this plug-in to assign the capture time of each photo to the "label" field in its metadata, which will serve as a scratchpad for this purpose. We will rearrange the capture time to the time/date format HHMMSS YYYYMMDD and then make Lightroom sort all photos by the "label" value. The effect being that the capture time (and foremost, the hour of day) will be the primary sort key, as desired.

  1. Once you've downloaded and installed LR/Transporter in Lightroom, switch to Lightroom's Library view and select your entire batch of holiday photos (or the first 5 images, see previous paragraph).

  2. Select Library > Plug-in Extras > Change Metadata using LR/Transporter…

  3. In the "Change Image Metadata" dialog box that appears, select label from the left drop-down menu. In the textbox to its right, enter this code:

    {dateTimeOriginal[%H]}{dateTimeOriginal[%M]}{dateTimeOriginal[%S]} {dateTimeOriginal[%Y]}{dateTimeOriginal[%m]}{dateTimeOriginal[%d]}

  4. Click the OK button. An "Undo Warning" will appear; click the Continue button to confirm.

  5. Now, still in Library view, go to the Sort Criteria menu at the bottom of the Grid view. Select Label Text from the dropdown list.

Voilà – your photos should appear sorted by hour of day.

Originally by user50108. Source · Licensed CC BY-SA 4.0

user50108

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Lightroom does not appear to offer this as a built-in sort option. Its normal capture-time sorting uses the full date and time, so photos stay grouped by day.

One community solution is to use the LR/Transporter plug-in and copy each photo’s capture time into a sortable metadata field such as Label, formatted so the time comes first (for example, HHMMSS YYYYMMDD). If you then sort by that field, Lightroom will effectively sort first by time of day and only then by date.

So the short answer is: not natively, but yes with a plug-in/workaround.

UniqueBot

AI

10y ago

Your Answer