Summary: | Feature Request - Import Structured Keyword List Text File | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | jbrauher |
Component: | Tags-Keywords | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | benedekppeter, caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.8.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/f05f902b22d803b0be0caeae5b3dc79baeaa7ce5 | Version Fixed In: | 8.8.0 |
Sentry Crash Report: |
Description
jbrauher
2025-07-26 20:05:52 UTC
Can you provide a sample a text file supported with other applications to see the data format used ? *** This bug has been marked as a duplicate of bug 444966 *** This has been marked as a duplicate of another feature request (Bug 444966) which I saw once I posted. However, the original request to import a structured keyword list has not been resolved (or Digikam cannot import a tabbed text file to created the keyword tag tree rather than manually build it within Digikam)? the story continue in bug 444966 Git commit 1eb1fbffb46ba60907a3bb0cf9ba7f1ec1d7808a by Maik Qualmann. Committed on 27/07/2025 at 18:05. Pushed by mqualmann into branch 'master'. add function to export all tags to a file This function is in progress; initially, only a digiKam-specific format will be supported, with additional formats being considered later. Related: bug 444966 M +86 -0 core/libs/tags/manager/tagsmanager.cpp M +6 -0 core/libs/tags/manager/tagsmanager.h https://invent.kde.org/graphics/digikam/-/commit/1eb1fbffb46ba60907a3bb0cf9ba7f1ec1d7808a Git commit 3972b5cc2994a337a3c818c5f09d702119a448f3 by Maik Qualmann. Committed on 27/07/2025 at 18:52. Pushed by mqualmann into branch 'master'. add function to import all tags from a file This function is in progress; initially, only a digiKam-specific format will be supported, with additional formats being considered later. Related: bug 444966 M +71 -2 core/libs/tags/manager/tagsmanager.cpp M +6 -0 core/libs/tags/manager/tagsmanager.h https://invent.kde.org/graphics/digikam/-/commit/3972b5cc2994a337a3c818c5f09d702119a448f3 Git commit 32ca5c9842bfd93ed885b43391a022bd03083f31 by Maik Qualmann. Committed on 02/08/2025 at 20:38. Pushed by mqualmann into branch 'master'. add import Controlled Vocabulary Keyword Catalogue files Related: bug 444966 M +44 -12 core/libs/tags/manager/tagsmanager.cpp https://invent.kde.org/graphics/digikam/-/commit/32ca5c9842bfd93ed885b43391a022bd03083f31 Git commit f05f902b22d803b0be0caeae5b3dc79baeaa7ce5 by Maik Qualmann. Committed on 03/08/2025 at 05:44. Pushed by mqualmann into branch 'master'. add export Controlled Vocabulary Keyword Catalogue files Related: bug 444966 FIXED-IN: 8.8.0 M +2 -2 NEWS M +34 -16 core/libs/tags/manager/tagsmanager.cpp https://invent.kde.org/graphics/digikam/-/commit/f05f902b22d803b0be0caeae5b3dc79baeaa7ce5 Git commit 75879816da046d59169363ae205862024e6217e1 by Maik Qualmann. Committed on 03/08/2025 at 09:13. Pushed by mqualmann into branch 'master'. add possibility to import/export tags to selected tag Related: bug 444966 M +52 -8 core/libs/tags/manager/tagsmanager.cpp https://invent.kde.org/graphics/digikam/-/commit/75879816da046d59169363ae205862024e6217e1 I've been waiting for this feature for a very long time. Thanks to the person who announced it and to the developers. It would also be nice to have: At the end of the process, it would be good to have a window that informs the user about the success or failure of the process. |