[Feature request] Option to handle JPG and RAW as pair (one file)

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Feature request] Option to handle JPG and RAW as pair (one file)

Brano
I'd like to see similar feature that Lightroom has to be able to
manipulate JPG and RAW as bounded pair (one file).

It can be a right-click menu option, for now I really miss it for
COPY/MOVE/DELETE/MOVE to TRASH

Let's say I move to trash 001.JPG with the right click (or somehow) I
could choose to move 001.CR2 as well.

---

Or let me ask, how do you do this? Let's say I'm cleaning new photo set,
deleting photos I don't like, and moving some to specific folders. I do
this with JPEGs typically, but then I'm stuck with all the CR2 which I
have to manually or with use of a script.

Thoughts, suggestions?

Thanks,
Brano
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: [Feature request] Option to handle JPG and RAW as pair (one file)

Bugzilla from mikeml2@pfna.de
Brano wrote:
> I'd like to see similar feature that Lightroom has to be able to
> manipulate JPG and RAW as bounded pair (one file).

There is a feature-request here:
https://bugs.kde.org/show_bug.cgi?id=126149

Michael
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: [Feature request] Option to handle JPG and RAW as pair (one file)

Brano
On 09/15/2009 01:07 AM, Michael G. Hansen wrote:
> Brano wrote:
>    
>> I'd like to see similar feature that Lightroom has to be able to
>> manipulate JPG and RAW as bounded pair (one file).
>>      
> There is a feature-request here:
> https://bugs.kde.org/show_bug.cgi?id=126149
>
>    
Thanks. That feature-request is actually not what I had in mind
(partially it is maybe).

I don't want to EDIT the JPG and RAW or modify them with one operation both.
I just want to manipulate the files specivicaly Move, Copy, Delete, Move
to Trash.

The feature-request is bloated asking for much more and at the end of
the discussion it's not really clear what the ask is.

Has anybody a usable process/method how to lets say delete the same RAW
file if I delete correcponding JPG file?
Lightroom does this automatically.

Thanks,
Brano
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: [Feature request] Option to handle JPG and RAW as pair (one file)

Bugzilla from dennis@meulensteen.nl
Op Tuesday 15 September 2009, schreef Brano:

> Has anybody a usable process/method how to lets say delete the same RAW
> file if I delete correcponding JPG file?
> Lightroom does this automatically.

Setup the script below to be executable and associate it with .JPG, then you can select it from the context menu in digicams tyhumbnail and preview modes.

Dennis

#!/bin/bash

BASEDIR=`dirname "$1"`
BASENAME=`basename "$1"`

TRASHDIR=""

NEFPATH="$BASEDIR"/nef
OUTPATH="$BASEDIR"/output

NEFNAME="$NEFPATH/${BASENAME%jpg}"nef

rm -f "$1"
rm -f "$NEFNAME"


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users