https://bugs.kde.org/show_bug.cgi?id=468542
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME CC| |metzping...@gmail.com Status|REPORTED |RESOLVED Version Fixed In| |8.1.0 --- Comment #1 from Maik Qualmann <metzping...@gmail.com> --- If you change metadata externally, the metadata must be re-read from the image. For the properties sidebar, the information comes from the database. Use the function in the item or album menu. In order for the scanning process to take over the changes at the start, the option to reread the metadata should be activated in the digiKam metadata settings, so that a full scan is carried out when the file date changes. BQM, you are using the script incorrectly, it should look something like this: cp $INPUT $OUTPUT exiftool -FileSource="Film Scanner" -Make="Epson" -Model="V700 Scanner" $OUTPUT Note that the changes are made to the $OUTPUT file. Maik -- You are receiving this mail because: You are watching all bug changes.