You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDEA - RAW+JPEG pairing with shared rating / flag / label
First off: if this is already possible and I've just overlooked a setting, sorry for the noise, and I'd appreciate a pointer on how to enable it.
Summary
I'd like RapidRAW to treat a RAW file and its matching JPEG as a single logical image. Lightroom calls this stacking ("Auto-Stack by RAW+JPEG"), darktable calls it grouping.
Right now, "Prefer RAW" (#527) only hides the JPEG from view. It doesn't link the two files, so each keeps its own independent .rrdata sidecar. A rating, flag, or label set on the RAW does not apply to its paired JPEG.
The problem
For anyone shooting RAW+JPEG (safety copy, or a camera with no RAW-only mode), culling on the RAW leaves the matching JPEGs untouched:
Rating a RAW 1-star (reject) does nothing to its JPEG.
A rating-based cull or cleanup misses the JPEGs entirely.
You end up with orphan JPEGs to hunt down and delete manually.
"Prefer RAW" fixes the display clutter, but not the culling problem.
Desired behavior
Files sharing a basename in the same folder (e.g. IMG_0123.RAW + IMG_0123.JPG) are auto-detected as a pair.
The pair shows as a single library entry, with a small badge indicating it's a pair, so no duplicate thumbnails.
Ratings, flags, and color labels apply to the whole pair. Reject the RAW and the JPEG is rejected too, so a rating-based cull catches both files.
A preference to choose the primary member (RAW by default), i.e. which one is displayed and edited.
Optional: an "expand pair" action to see and select the individual files.
Optional: a per-pair delete that removes both files at once.
On feasibility
The hard part, detecting RAW/JPEG pairs by basename, already exists since "Prefer RAW" (#527) relies on it. So this is really about extending that existing pair detection to also share metadata.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
IDEA - RAW+JPEG pairing with shared rating / flag / label
First off: if this is already possible and I've just overlooked a setting, sorry for the noise, and I'd appreciate a pointer on how to enable it.
Summary
I'd like RapidRAW to treat a RAW file and its matching JPEG as a single logical image. Lightroom calls this stacking ("Auto-Stack by RAW+JPEG"), darktable calls it grouping.
Right now, "Prefer RAW" (#527) only hides the JPEG from view. It doesn't link the two files, so each keeps its own independent .rrdata sidecar. A rating, flag, or label set on the RAW does not apply to its paired JPEG.
The problem
For anyone shooting RAW+JPEG (safety copy, or a camera with no RAW-only mode), culling on the RAW leaves the matching JPEGs untouched:
"Prefer RAW" fixes the display clutter, but not the culling problem.
Desired behavior
On feasibility
The hard part, detecting RAW/JPEG pairs by basename, already exists since "Prefer RAW" (#527) relies on it. So this is really about extending that existing pair detection to also share metadata.
Related
Thanks for the great work on RapidRAW.
All reactions