Summary: | Import creates bad directories and file names and confusing XMP handling | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | HubMiner <cal030> |
Component: | AdvancedRename-Import | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.6.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/83d5cd8245d8aecd476e5275b8c352a67338f7c2 | Version Fixed In: | 8.7.0 |
Sentry Crash Report: | |||
Attachments: |
Import - Settings
Folders created by the import. |
Description
HubMiner
2025-04-26 13:27:42 UTC
Created attachment 180688 [details]
Import - Settings
Created attachment 180689 [details]
Folders created by the import.
This shows folders created by the import. The first 3 dated folders contaned filed, but DK lists the folders had 0 fiiles. Refreshing folders didn't help (probbaly a minor DB coccuption).
To recover, I deleted the folders and reran the import, using "/" in the folder pattern.
We're a *nix program and internally use "/" as the directory separator. And yes, Windows also understands "/" as a directory in its API, just not in the CMD. Maik Git commit 83d5cd8245d8aecd476e5275b8c352a67338f7c2 by Maik Qualmann. Committed on 26/04/2025 at 19:21. Pushed by mqualmann into branch 'master'. replace backslash with slash on Windows FIXED-IN: 8.7.0 M +1 -1 NEWS M +10 -1 core/utilities/import/widgets/albumcustomizer.cpp https://invent.kde.org/graphics/digikam/-/commit/83d5cd8245d8aecd476e5275b8c352a67338f7c2 Understood & thanks for the quick fix! |