dtdocs icon indicating copy to clipboard operation
dtdocs copied to clipboard

One star is not default rating of newly imported images

Open mitchallain opened this issue 10 months ago • 1 comments

The Overview section of the docs suggests that 1 star should be the default rating of newly imported images.

Since darktable assigns a 1 star rating to newly-imported images by default, ...

https://github.com/darktable-org/dtdocs/blob/9263302d040f81fc3c378648154ef56245ce581a/content/overview/workflow/import-review.md?plain=1#L23

Which does seem to agree with the config on master for this ui option

https://github.com/darktable-org/darktable/blob/a30f4ac621a0075f799a271288062ba05a977fa6/data/darktableconfig.xml.in#L1054-L1060

However, in practice newly imported images appear to be unrated.

mitchallain avatar Feb 06 '25 20:02 mitchallain

Which does seem to agree with the config on master for this ui option

https://github.com/darktable-org/darktable/blob/a30f4ac621a0075f799a271288062ba05a977fa6/data/darktableconfig.xml.in#L1054-L1060

@mitchallain You are right and have correctly found the corresponding configuration key and its default value. Yes, this is indeed the number of stars that will be assigned to imported images by default.

However, in practice newly imported images appear to be unrated.

This can only mean that you have changed this value at some point. In the import module there is an initially collapsed "parameters" expander. When you expand it, you will see the "initial rating" setting, where you can specify the desired value instead of the default.

victoryforce avatar Mar 27 '25 09:03 victoryforce

This issue has not had any activity in the past 60 days and will be closed in 365 days if not updated.

github-actions[bot] avatar May 27 '25 00:05 github-actions[bot]

@elstoc This issue can be closed, that's for sure. As we can see from the link in the issue, the documentation contains the correct information. Apparently the bug reporter changed the default setting but forgot about it.

victoryforce avatar May 27 '25 12:05 victoryforce

@victoryforce

Aha, I appear to have been missing the "ignore EXIF rating" setting. Sorry for the false positive. Suggested docs update:

Since darktable assigns a 1 star rating to newly-imported images by default (if the image does not contain an EXIF rating or the "ignore EXIF rating" is checked), this will show all of the images you have just imported

Thanks for creating and sharing this incredible tool!

mitchallain avatar May 28 '25 03:05 mitchallain