Author Topic: Ingest RAW and JPG into separate folders  (Read 285 times)

Offline Kanphotography

  • Newcomer
  • *
  • Posts: 4
    • View Profile
Ingest RAW and JPG into separate folders
« on: March 21, 2025, 06:05:39 PM »
As the subject states. I would love a feature where on Ingest RAWs went into one folder and JPGs into another.

Offline Max Lemesh

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: Ingest RAW and JPG into separate folders
« Reply #1 on: March 22, 2025, 04:13:07 PM »
yeah, some sort of variable like {mtyp} but for raw and non raw images would be awesome.
There is also {type}, but that will place all the different raws from different cameras separately.

Offline Jeff Vogan

  • Newcomer
  • *
  • Posts: 35
    • View Profile
Re: Ingest RAW and JPG into separate folders
« Reply #2 on: March 28, 2025, 01:31:15 PM »
I hadn't thought of {type} putting raw files into separate folders. I just did a quick test and my Nikon raw file was NNEF. Good point.

Offline Max Lemesh

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: Ingest RAW and JPG into separate folders
« Reply #3 on: March 28, 2025, 01:37:21 PM »
I hadn't thought of {type} putting raw files into separate folders. I just did a quick test and my Nikon raw file was NNEF. Good point.

then you can sort them with code replacements, but based on type

Code: [Select]
// Hot codes for forting files by extension
// extensions are case sensitive
//
//
//== {type}


//## filetype
JPEG JPEG


SARW RAW
CCR3 RAW
FRAF RAW
ADNG RAW


MPG4 RAW VIDEO



//?? OTHER