consistent star ratings across a version set

Post Reply
doug_w
Posts: 22
Joined: 14 Apr 08 2:52

consistent star ratings across a version set

Post by doug_w »

Is there a way (a script?) to make ratings consistent across a version set (e.g., if one image in the version set has a 4-star rating then give all images in the version set 4 stars). Right now the only way I can figure to do this is to manually select the version and apply the rating, one at a time.

doug
photography.dougwieringa.com
dickl
Posts: 146
Joined: 06 May 06 16:02
Location: Manitoba Canada

Re: consistent star ratings across a version set

Post by dickl »

Interesting question...
Should all versions of an image have the same star rating? Should we be able to choose one of the versions and rate it higher than other versions??? Now where did I put Peter Krogh's book????

Dick
David Grundy
Posts: 243
Joined: 13 May 07 15:40
Location: Hong Kong

Re: consistent star ratings across a version set

Post by David Grundy »

One way would be:
1. Define a new label called (say) File Management | Star4
2. By searching or filtering for 4-star images, or any other means, find the set of images with 4 stars for which you want to synchronise.
3. Add the label Star4 to these images - which applies it to all the versions of course.
4. Then search for all images with the Star4 label.
5. Select them all and mark them as 4 stars.
6. Then you can remove the Star4 label.

BTW if you make the "File Management" category private then assigning or removeing "Star4" label should not trigger an out-of-sync for the images; but setting the star rating of course will do so.

... David
David Grundy
Posts: 243
Joined: 13 May 07 15:40
Location: Hong Kong

Re: consistent star ratings across a version set

Post by David Grundy »

I have to conclude that having to figure out a workaround for this limitation is seen as a simpler interface than having on option available somewhere in preferences to let the user control this behaviour as preferred. I do not agree with this view. I want the option to choose whether ratings are synchronised.

Labels let me work around most of the unnecessary and frustrating versioning limitations of PSu, but there are two I can't figure out which prevent me from actually using PSu's versioning in a useful way:
(1) I can't get my old images versioned in PSu because my folders aren't organised in the way PSu arbitrarily assumes.
(2) I can't find any way to control which version placeholder a given image ends up in, and I can't see any way to correct the placeholder assignments in a batch operation if they don't end up the way I want.
Mike Buckley
Posts: 1194
Joined: 10 Jul 08 13:18

Re: consistent star ratings across a version set

Post by Mike Buckley »

dickl wrote: Should all versions of an image have the same star rating?
That depends on the situation. If the only thing that is different among the versions is the size of the file, the same star rating would be appropriate for all versions. However, if anything else changes, you would want the flexibility to rate the various versions differently. As an example, a black-and-white version and a color version of the same composition could easily be rated differently.
doug_w
Posts: 22
Joined: 14 Apr 08 2:52

Re: consistent star ratings across a version set

Post by doug_w »

Thanks, David, I will try the workaround. And I agree with your two items regarding versioning -- they are my only serious complaints regarding PSu. Versioning takes too much manual work. Otherwise I really like it.

For my workflow, items in a version set are versions of the same image, differing only by file format or resolution, so they always have the same star rating. I always have a raw file, a high-res jpg, and a low-res jpg, and might have a psd or a series of images for an HDR.

doug
photography.dougwieringa.com
Hert
Posts: 7870
Joined: 13 Sep 03 6:24

Re: consistent star ratings across a version set

Post by Hert »

I think David's workaround is a master-find!

Here's a tweak that you could use;

Code: Select all

Options.CatalogMetaCascadeStyle := 1;
PublicBroadcast (nil, 'SaveOptions', nil);
To reset the default use:

Code: Select all

Options.CatalogMetaCascadeStyle := 0;
PublicBroadcast (nil, 'SaveOptions', nil);
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
weidmic
moderator
Posts: 861
Joined: 04 Dec 06 21:21

Re: consistent star ratings across a version set

Post by weidmic »

Hert, just a short question about this tweak: will this propagate the colorlabels too?

Regards,
Michael

Just tried it... Yes is the answer :lol:
PSUServer 2024.x, PostgreSQL 12.x
My homepage http://www.michaelweidner.com
Hert
Posts: 7870
Joined: 13 Sep 03 6:24

Re: consistent star ratings across a version set

Post by Hert »

weidmic wrote:Just tried it... Yes is the answer :lol:
That is correct. Ratings and color labels; another tip for your site?

Hert
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
weidmic
moderator
Posts: 861
Joined: 04 Dec 06 21:21

Re: consistent star ratings across a version set

Post by weidmic »

already done... :wink:
PSUServer 2024.x, PostgreSQL 12.x
My homepage http://www.michaelweidner.com
doug_w
Posts: 22
Joined: 14 Apr 08 2:52

Re: consistent star ratings across a version set

Post by doug_w »

Perfect solution -- thank you!

doug
photography.dougwieringa.com
Post Reply