-
Notifications
You must be signed in to change notification settings - Fork 129
Filtering by group leader/follower #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In 4.6 there was the In 4.8 the
IIUC you were using With a script you could check each image in a collection and:
|
Here's a script that (IIUC) does what you want. It marks the unused RAWs as rejected. It creates a shortcut, so you just need to assign a keystroke to it to run it. I tested against RAW/duplicates, RAW/JPG, and RAW/HIF. |
Thanks a lot that's fantastic ! |
This post follows a post of mine in a closed PR. This PR changed the group collection filters.
The discussion led to the following changes :
I was pointing out my special usecase which is the following :
I want to delete all unnecessary RAW files (ie. not stared/not developed etc.). Most of the time I shoot RAW+JPEG so deleting a RAW is fine, but not all the time. And I don't want to delete a RAW file that seems unnecessary but doesn't have a corresponding JPEG.
With the old "grouping" collection filter I could target the ones being in a group and avoid deleting a RAW not having a JPEG follower (almost).
As suggested by wpferguson, a lua script is probably the best answer to my usecase.
Does that seem doable ? How can I do that ?
The text was updated successfully, but these errors were encountered: