Hello!!
I'm currently working on archiving my photos using C1 sessions. I'm using a renaming format that is : FLB_YYYYMMDD_0001 (YYYYMMDD being the date the photo was taken) and I'm trying to replicate a behavior I had when i was still working in Lightroom : the counter should be tied to the date in the filename (in the EXIF metadata as well of course bc it's the same date)
SO: if I import photos shot on 2026-07-21 in the morning (getting the counter from 0001 to 0050), then import more photos also shot on 2026-07-21 later that day (a second card, a second import, etc.), I want the counter to continue from 0051 for that same date not restart at 0001, (every date has it's unique counter, and every photo of the same date has a different number) and not just keep climbing indefinitely across different dates either. The counter should be "scoped" per capture date, so each new date starts fresh at 0001, but multiple imports on the same date keep incrementing correctly. Also, the archived photos will be in different subfolders under capture, they will not be arranged by date but by themes.
Capture One's counter doesn't seem to work this way, it's a single global running number tied to the import, and I'd have to manually check the last number used for that date and set the counter accordingly before each import (pretty much impossible to do lol).
I was wondering if anyone:
- Found a way to make the counter behave per-date like this natively (or by using a plug-in)?
- Built or found an AppleScript that scans the destination folder for the highest existing counter for a given date and sets the next import's counter to continue from there?
- Solved this with a different naming/workflow strategy?
I'm working on a MacBook Pro M3 max, even a rough script I could adapt or a smart naming token setup would be a huge help.
Thank youuu!