Author Topic: Rating based ingest  (Read 785 times)

Offline Max Lemesh

  • Sr. Member
  • ****
  • Posts: 290
    • View Profile
Rating based ingest
« on: August 13, 2025, 01:09:25 AM »
During ingest we can import raw, raw + jpeg, jpeg, protected and unprotected only images.

I think we would greatly benefit from ability to also download all (already can), rated and not rated images only.
This could be done either simply by checking if rating is present (similar to protected tag) or allowing to pick which rating to download (1-5 stars)

I'm aware that this can be done via protected images already, but I don't see the reason not to have an option to filter by rating on ingest as well
« Last Edit: August 13, 2025, 02:56:48 AM by Max Lemesh »

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25451
    • View Profile
    • Camera Bits, Inc.
Re: Rating based ingest
« Reply #1 on: August 13, 2025, 06:23:58 AM »
Max,

During ingest we can import raw, raw + jpeg, jpeg, protected and unprotected only images.

I think we would greatly benefit from ability to also download all (already can), rated and not rated images only.
This could be done either simply by checking if rating is present (similar to protected tag) or allowing to pick which rating to download (1-5 stars)

I'm aware that this can be done via protected images already, but I don't see the reason not to have an option to filter by rating on ingest as well

It could be implemented.  But it would cause the initial scan of Ingest to take longer due to having to read the metadata of each image on the card prior to ingesting any of the images on the card.

-Kirk

Offline alexmacnaughton

  • Newcomer
  • *
  • Posts: 10
    • View Profile
Re: Rating based ingest
« Reply #2 on: August 13, 2025, 07:31:40 AM »
Hi Max, I think you could use Hot Codes to ingest images to folders based on the rating you've set in the camera.

Offline ahoward

  • Camera Bits Staff
  • Uber Member
  • *****
  • Posts: 1161
    • View Profile
Re: Rating based ingest
« Reply #3 on: August 13, 2025, 03:38:20 PM »
Hi Max, I think you could use Hot Codes to ingest images to folders based on the rating you've set in the camera.
You could, of course, but that doesn't prevent every image on the card from being downloaded, which I'm sure is the main crux of this request.

Offline Max Lemesh

  • Sr. Member
  • ****
  • Posts: 290
    • View Profile
Re: Rating based ingest
« Reply #4 on: August 14, 2025, 06:23:40 AM »
This is probably similar to Protected tag, or does that one reads way faster?
Anyway having the ability to do it (even if it slows down the process a bit) is better than not having it.

There are ways around it, opening the card in PM, filtering rated images and then Ingest selected. Or just sorting all of the images on ingest.
But as Andrew said, the idea is having an easy switch like with "protected" in ingest and filtering unrated images at import stage, not sorting them into folders while copying the whole card

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 25451
    • View Profile
    • Camera Bits, Inc.
Re: Rating based ingest
« Reply #5 on: August 14, 2025, 07:36:31 AM »
This is probably similar to Protected tag, or does that one reads way faster?

Yes, that's a fast operation that doesn't require opening up the file and parsing through the metadata.

-Kirk

Offline Max Lemesh

  • Sr. Member
  • ****
  • Posts: 290
    • View Profile
Re: Rating based ingest
« Reply #6 on: August 14, 2025, 07:41:34 AM »
Well, hopefully ratings filter wouldn't be too slow :)