Author Topic: Injest and create subfolders from time stamp?  (Read 1250 times)

Offline BruceBanner

  • Newcomer
  • *
  • Posts: 2
    • View Profile
Injest and create subfolders from time stamp?
« on: August 08, 2025, 06:27:35 AM »
I'm currently trialing PM. I am a professional photographer and my shoots run into the thousands of snaps per job. I currently use LR and the very handy 'Stack based on Auto Capture Time' whereby I can restrict that to generating a stack of 1 second or less, and thus allows me to see my work more in burst format than every shot laid out. It more accurately reflects what actually happened during the shoot, how many times I raised my camera up to my to capture a moment etc.
I find this very useful for a first cull pass.

I realise PM doesn't have anything like this, but is it even possible to Injest the contents from the SD card, and somehow get it to create separate folders for the images based on files that all fall within a second of each other? I realise that a 5000 image shoot could end up with a lot of folders (if I were to Auto stack based on a Capture time in LR for the last event, it reduced 5000 thumbnails to 1000 or so).

Still, I'd be curious to know what that might look like on PM, peering into some folders with 20-30 images, some only 1 or 2 etc. It might be a kind of manual version of stacking?

Anyway, basically looking for stacking solutions on PM, if there is a better way please lemme know.

Cheers,

BB

Offline Max Lemesh

  • Sr. Member
  • ****
  • Posts: 290
    • View Profile
Re: Injest and create subfolders from time stamp?
« Reply #1 on: August 08, 2025, 07:21:00 AM »
yeah, I did something similar few weeks ago when photographer would come every hour to drop images and auto ingest would put them into
Code: [Select]
/{nowhour24} subfolder.

In my case I needed the time stamp of WHEN he dropped them off to me.. in your case you could make subfolder every 10 seconds with
Code: [Select]
{hour24}{minute}{second:-2,1}, or for every second with
Code: [Select]
{hour24}{minute}{second}

Offline BruceBanner

  • Newcomer
  • *
  • Posts: 2
    • View Profile
Re: Injest and create subfolders from time stamp?
« Reply #2 on: August 09, 2025, 05:17:42 PM »
Thanks for replying. I get the error message;

'The Folder Name field contains a variable, {second}, which cannot be used when generating dynamic folder names. Please edit the Folder Name field to remove this variable.'

So does that mean PM can't do this, minutes seem to be the smallest subfolder time constraint?

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25451
    • View Profile
    • Camera Bits, Inc.
Re: Injest and create subfolders from time stamp?
« Reply #3 on: August 09, 2025, 09:06:32 PM »
Thanks for replying. I get the error message;

'The Folder Name field contains a variable, {second}, which cannot be used when generating dynamic folder names. Please edit the Folder Name field to remove this variable.'

So does that mean PM can't do this, minutes seem to be the smallest subfolder time constraint?

PM won't allow you to do this because it can cause many hundreds if not thousands of folders to be created, which is usually not what someone wants to do and end up with a massive cleanup.

-Kirk

Offline Max Lemesh

  • Sr. Member
  • ****
  • Posts: 290
    • View Profile
Re: Injest and create subfolders from time stamp?
« Reply #4 on: August 10, 2025, 07:26:33 AM »
which is usually not what someone wants to do and end up with a massive cleanup.

This is an interesting assumption and unnecessary limitation for the users

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25451
    • View Profile
    • Camera Bits, Inc.
Re: Injest and create subfolders from time stamp?
« Reply #5 on: August 10, 2025, 09:45:21 AM »
Max,

which is usually not what someone wants to do and end up with a massive cleanup.

This is an interesting assumption and unnecessary limitation for the users

It could be eliminated.

-Kirk

Offline Max Lemesh

  • Sr. Member
  • ****
  • Posts: 290
    • View Profile
Re: Injest and create subfolders from time stamp?
« Reply #6 on: August 10, 2025, 10:08:45 AM »
same thing with {filename} variable that cannot be used in folder creation during ingest, as far as I remember.
I can understand the reason for limitation (separate folder for each file), but that also stops from using this variable in some clever ways like subtracting extension for each file ingested to create folders using it.

addition of {filenameext} could be also useful