Beep6581 / RawTherapee

A powerful cross-platform raw photo processing program
https://rawtherapee.com
GNU General Public License v3.0
2.9k stars 323 forks source link

Allow exporting star rating to saved image metadata #5380

Open Beep6581 opened 5 years ago

Beep6581 commented 5 years ago

RawTherapee allows one to rate images using stars. It would be nice if these ratings were transferred to the processed files when metadata copy mode = apply modifications.

Which tag should be used? In my opinion, the following tags if possible: xmp:rating, exif:rating. iptc:imagerating.

What should be done to existing rating info? In my opinion, it should be overwritten with RT's rating if one is set. Doing so will prevent chaos caused by mismatching rating tags.

More on the topic: http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=3567.0

Bezierr commented 3 years ago

Hi,

I'm shifting more and more of my work from Lightroom 6.14 to RawTherapee, and I support this enhancement request.

In my workflow, I set star ratings to all pictures before exporting them from the raw converter, so I have the rating in digiKam where I organize my finished pictures.

Right now, with RT, I have to use a workaround:

Possible, but very awkward. Would be great if this could be simplified.

jenda69 commented 8 months ago

I'd like this feature as well. Is there any progress with it? Until RT v5.10, I was just using a little hack, custom profile files such as

[MetaData]
Mode=1
[Exif]
Rating=5

which would save Exif Rating tag to processed jpegs even though it wasn't officially supported. But that stopped working since Metadata tab changed in v5.10. Now, I'll have to do the same procedure as @Bezierr . Or is there a way to run an executable after an image is processed? (Similar to Profile Builder on the first edit.) That way I could make myself a script to rate the images after the fact.