Darktable: No automatic RAW+JPEG grouping

Created on 2 Jan 2020  路  6Comments  路  Source: darktable-org/darktable

Describe the bug

Couples of RAW+JPEG are not grouped when importing them in Darktable 3.0.

The grouping behavior was also wonky in Darktable 2.6 (images were sometimes grouped, sometimes not).

I use a Canon 550D, if that's useful.

To Reproduce

  1. Insert SD card containing RAW+JPEG images
  2. Click on "Mass Storage Camera > Import from camera"
  3. Select all images
  4. Click "Import"

Expected behavior
Couples of images with the same name (e.g. IMG_1234.CR2 and IMG_1234.JPG) should be imported as a single group.

Screenshots

During import:
Screenshot from 2020-01-02 13-38-12

Grouping enabled in lighttable, no group shown:
Screenshot from 2020-01-02 13-43-37

Platform (please complete the following information):

  • Darktable Version: 3.0
  • OS: Arch Linux
  • OpenCL active
  • GPU: Intel HD Graphics 530 (Skylake GT2)
pending no-issue-activity DAM clear

All 6 comments

For automatic grouping dt requires the filenames to be the same except the extension. I think the default sets this to a job number. You should have a look into the options ...

This issue did not get any activity in the past 30 days and will be closed in 365 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.

@TurboGit and @aurelienpierre i'd like your opinion about this issue.

The situation is pretty clear: While importing the filename is not always kept as is was on the medium/camera, so when looking in the database for other files with the same filename-minus-extension for automatic grouping it fails.

I see two ways to tackle this.

  1. To test for grouping we should look for all files with the same film_id to have the same exif original_filename, this would have a heavy performance penalty.
  2. Also keep original filename in the database and check for that.

For both situations we would have to accept, not all images have that exif data available.

Any other idea? Or just close this as "can't be fixed"

@fxthomas i guess this is fixed now, please close issue if you are happy with current master.

Thank you so much, let me try to compile that and I'll give it a go!

It's working nicely if I select the "keep original filename" option in the settings (I guess that's the intended behavior). Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Egocentrix picture Egocentrix  路  5Comments

schwerdf picture schwerdf  路  4Comments

bapBardas picture bapBardas  路  6Comments

elstoc picture elstoc  路  4Comments

Praveen-Rai picture Praveen-Rai  路  5Comments