Bug 338882 - GROUP : add a new option to group all versions of image automatically
Summary: GROUP : add a new option to group all versions of image automatically
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-ItemsGroup (other bugs)
Version First Reported In: 4.0.0
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
: 472883 472884 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-07 18:24 UTC by Pento
Modified: 2025-12-24 09:45 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pento 2014-09-07 18:24:18 UTC
There is already option Settings -> Configure digiKam -> Editing Images -> In main view -> Always show original images / intermediate snapshots. But it works only when processing raw files manually in editor. It will be great if digiKam can automatically group all versions of each image in album view. With such feature you can forget about thinking where to store raw files.

Reproducible: Always
Comment 1 Peter 2016-10-04 23:49:57 UTC
I wrote a rudimentary script that adds the applicable info to a pair of raw and processed files.  It sure would be nice if digikam were smart enough to figure this one out on its own, though.

However, I've found that versioning is flaky at best.  When I add a batch of new files with metadata showing the DNG as version 1 and the JPG as version 2 it often takes a bunch of reloads to get the versions to show up.
Comment 2 Maik Qualmann 2023-08-01 16:28:45 UTC
*** Bug 472883 has been marked as a duplicate of this bug. ***
Comment 3 Maik Qualmann 2023-08-01 16:29:23 UTC
*** Bug 472884 has been marked as a duplicate of this bug. ***
Comment 4 caulier.gilles 2025-12-17 13:14:17 UTC
Maik,

While my huge bugzilla triaging, i was focused on grouped item feature, and one wish which become a lot of time is to group automatically the versioned images produced by editor and BQM.

As i improved the grouped image visibility in icon-view, table-view, and image properties, if versioned items was saved in a grouped items, this will solve a lots of usability problem reported in bugzilla.

What do you think about this topic. I think it's not complicated to implement.

Best regards

Gilles
Comment 5 caulier.gilles 2025-12-24 08:06:33 UTC
Maik,

Did you seen my previous comment ? What do you seen to group automatically the versioned files created in editor and BQM ?

Gilles
Comment 6 Maik Qualmann 2025-12-24 09:22:22 UTC
Hi Gilles,

Hmm, the function to hide the original image during versioning conflicts with grouping. Because the leader item would then disappear. Therefore, grouping shouldn't occur if the original image is hidden. However, if this option were activated later, the entire group would become invisible. This could cause a lot of confusion, despite the sidebar.

Maik
Comment 7 caulier.gilles 2025-12-24 09:45:01 UTC
Perhaps we can treat the version in icon-view always as a group, as we have many reports about versioning usability (i agree we this point).

Versioning can be only the properties in the database, always available in the right sidebar tab. In icon view the way to handle grouped items is really improved (i don't yet complete all the improvement, but it's so far better than previous implementation).

Or, in the opposite, we need a similar way in icon view to visualize the versioned items as the grouped items. This can be also confusing and increase the complexity of the UX, but it can be better than current implementation where the versioned items can be hide or difficult to handle from the end-users. 

In all case something must be done: versioned + grouped | (versioned)++

Gilles