Summary: | Digikam 6.2 bad sorting | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | maderios <leoutation> |
Component: | Albums-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 6.2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/digikam/commit/beeb5be51d9a73188d5ba1ee943c7a061c51faee | Version Fixed In: | 6.3.0 |
Sentry Crash Report: |
Description
maderios
2019-08-06 15:21:25 UTC
Please describe in more detail. The problem can not be reproduced here. What files JPEG or RAW, with or without sidecar? Which metadata will be added, keywords, tags or rating? In principle, the creation date in the databse can not be changed by adding tags to the image. There is an option in the setup for the modification date that it can be retained. Maik (In reply to Maik Qualmann from comment #1) > Please describe in more detail. The problem can not be reproduced here. What > files JPEG or RAW, with or without sidecar? Which metadata will be added, > keywords, tags or rating? No image quality sorting. Only png files in concerned folder Only xmp sidecars, read/write to xmp sidecars, write to xmp sidecars only, no exif tags. Only Keywords tags Write image tags to medata (only this option) >In principle, the creation date in the databse can > not be changed by adding tags to the image. > > There is an option in the setup for the modification date that it can be > retained. Which one? I tested options in settings/metadata/behaviour, time stamps, update file timestamps: no change How to reproduce bug: Create TEST album Move some images in TEST album Sort images by modification date, reverse order Tag one image with a keyword. Immediately, this tagged image/thumbnail is sorted first Then, delete the tag. This image/thumbnail stays at his last place. Git commit beeb5be51d9a73188d5ba1ee943c7a061c51faee by Maik Qualmann. Committed on 06/08/2019 at 20:24. Pushed by mqualmann into branch 'master'. respect the option "Update file timestamp when files are modified" when changes are made in sidecars. If external changes in sidecars are to be detected, this option must be activated. A change requires a re-read of the metadata or a restart to perform the initial scan. FIXED-IN: 6.3.0 M +2 -1 NEWS M +9 -9 core/libs/database/collection/collectionscanner_scan.cpp M +3 -1 core/libs/database/item/scanner/itemscanner.cpp https://invent.kde.org/kde/digikam/commit/beeb5be51d9a73188d5ba1ee943c7a061c51faee I rebuilt DK, sorting works normally now, thanks, but i don't understand some things: > respect the option "Update file timestamp when files are modified" > when changes are made in sidecars. I did not find this option in settings, i didn't change anything in settings but, it works... My digikamrc [Metadata Settings] Clear Metadata If Rescan=true Custom Sidecar Extensions= EXIF Rotate=false EXIF Set Orientation=false Metadata Writing Mode=1 Rescan File If Modified=true Rotate By Internal Flag=true Rotate By Metadata Flag=false Rotate Contents Lossless=true Rotate Contents Lossy=false Save Color Label=false Save Date Time=false Save EXIF Comments=false Save FaceTags=false Save Pick Label=false Save Rating=false Save Tags=true Save Template=false Update File Timestamp=false Use Lazy Synchronization=false Use XMP Sidecar For Reading=true Write Metadata To RAW Files=false Write RAW Files=false > If external changes in sidecars are to be detected, > this option must be activated. > A change requires a re-read of the metadata or a > restart to perform the initial scan. The option "Update file timestamp when files are modified" can be found in the metadata settings. The text changed a bit yesterday and is now: "Update file modification timestamp when files are modified" It is quite normal, if you change a file, that then the file modification date contains the current date. The sorting would change so constantly. So you can disable this update, digiKam changes it back to the previous date after each file change. This is basically bad for backup programs they may not recognize that the file has changed (read the What's Help). Since the last version, we also monitor the modification date of sidecar to respond to external changes. Now only if the upper option is activated. I hope I've described something understandable... Maik From what i see,now, i have to use these settings to avoid sorting/modification date change after tagging: In Metada settings: 'Timestamps'= No 'Update file modification timestamp when files are modified'= No I hope it doesn't change anything for backups. I use Osync (Rsync based) to synchronize computers. I noticed that if these two settings are "yes" (not my case), new tagged files are considered as new files or modified files. -- Greetings Maderios |