https://bugs.kde.org/show_bug.cgi?id=338882
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from [email protected] --- Maybe auto-grouping images (marking some files as versions of another) can work based on date shot timestamp? Smartphone cameras provide sub-second precision. I want to be able to view album from start to finish without encountering duplicates and multiple versions of same file, right now I'm thinking of doing this: 1. Query for all photos in given directory with Powershell and sqlite; 2. Group objects by date+time shot. Each group will contain either single file, or multiple versions of same file, e.g. RAW + several JPGs; 3. For each group, for each file except one random (or except file with raw extension), add a tag "isVersion", write it to sqlite database; 4. Start Digikam and filter out all images with "isVersion" tag in Filters tab; 5. Use/browse album without encountering duplicates; 5. Optionally, remove this tag, because I don't need it to be persistent, and it doesn't quite make any sense if versions are scattered across different directories. -- You are receiving this mail because: You are watching all bug changes.
