<html><head></head><body><div class="ydp15e564a7yahoo-style-wrap" style="font-family:arial;font-size:16px;"><div></div>
        <div dir="ltr" data-setdir="false">Actually, I don't use XMP files.... my program /testing simply writes the tags directly to the EXIF of my JPG files. So I can't speak to creating / using XMP. My old tool maintained all image data in a proprietary database and did not touch the files whereas digiKam usese the data in the image files.</div><div><br></div><div dir="ltr" data-setdir="false">Hope that helps clarify my approach.</div><div dir="ltr" data-setdir="false"><br></div>
        
        </div><div id="ydp7e656c54yahoo_quoted_4321090706" class="ydp7e656c54yahoo_quoted"><div class="ydp7e656c54yahoo-style-wrap" style="font-family:arial;font-size:16px;">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div class="ydp7e656c54quoted-text-header">
                        On Thursday, November 20, 2025 at 04:20:53 PM EST, thomas.weg@abwesend.de <thomas.weg@abwesend.de> wrote:
                    </div>
                </div><div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;border-left: 1px solid #ccc;padding-left: 8px;margin: 0px 0px 0px 8px" class="ydp7e656c54inline_reply_quote_container" data-split-quote-node="true">
                <div><br></div><div><br></div>
                <div><div id="ydp7e656c54yiv2323197331"><div><div style="font-family:'verdana';font-size:12px;color:#000;">Exactly. My intention was to import the tags of individual images rather than the tag overview. >From what you've said, I gather that creating XMP files from my options is the usual method. In that case, I'll probably write a small script to do this, particularly so that I can assign the XMP files to the correct folders and files. Thank you very much.</div>
<div id="ydp7e656c54yiv2323197331sub-body-container" style="margin:10px 5px 5px 10px;padding:10px 0px 10px 10px;border-left:2px solid rgb(195, 217, 229);">
<div style="margin:0px 0px 10px;">
<div><strong>Gesendet: </strong>Donnerstag, 20. November 2025 um 01:23</div>
<div id="ydp7e656c54yiv2323197331yqt67945" class="ydp7e656c54yiv2323197331yqt9989425696"><div><strong>Von: </strong>Mark <wodenickel@aol.com></div>
<div><strong>An: </strong>"DigiKam - Home Manage Your Photographs As A. Professional With the Power of Open Source" <digikam-users@kde.org></div>
<div><strong>Betreff: </strong>Re: Import tags from a different database</div></div>
</div>
<div id="ydp7e656c54yiv2323197331yqt31378" class="ydp7e656c54yiv2323197331yqt9989425696"><div style="font-family:arial;font-size:16.0px;" class="ydp7e656c54yiv2323197331ydp22f0591yahoo-style-wrap">
<div> </div>
<div>I think the intent is not to import the heirarchy but to import a file that has an image file name and it's associated tags.</div>
<div> </div>
<div>I used to use Cumulus which went out of business. I've got a background personal project to write a Python project that imports such a CSV file and writes the exif data to the files which digiKam would then automatically read to update it's database. I've confirmed my approach works but haven't finished pulling together the complete program.</div>
<div> </div>
<div>Mark Anderson</div>
<div> </div>
</div>
<div id="ydp7e656c54yiv2323197331ydp781c96c6yahoo_quoted_4241598470" class="ydp7e656c54yiv2323197331ydp781c96c6yahoo_quoted">
<div style="font-family:arial;font-size:16.0px;" class="ydp7e656c54yiv2323197331ydp781c96c6yahoo-style-wrap">
<div style="font-family:'Helvetica Neue' , Helvetica , Arial , sans-serif;font-size:13.0px;color:#26282a;">
<div class="ydp7e656c54yiv2323197331ydp781c96c6quoted-text-header">On Monday, November 17, 2025 at 03:14:59 PM EST, Maik Qualmann <metzpinguin@gmail.com> wrote:</div>
</div>
<div style="font-family:'Helvetica Neue' , Helvetica , Arial , sans-serif;font-size:13.0px;color:#26282a;border-left:1.0px solid rgb(204,204,204);padding-left:8.0px;margin:0.0px 0.0px 0.0px 8.0px;" class="ydp7e656c54yiv2323197331ydp781c96c6inline_reply_quote_container">
<div> </div>
<div> </div>
<div>
<div>digiKam-8.8.0 can import tags from a text file in the Controlled Vocabulary <br clear="none">Keyword Catalogue format. This is a text file with tags on each line; hierarchy <br clear="none">is achieved using tabs.<br clear="none"><br clear="none"><a shape="rect" href="https://www.digikam.org/news/2025-10-19-8.8.0_release_announcement/#tag-management" rel="nofollow" target="_blank">https://www.digikam.org/news/2025-10-19-8.8.0_release_announcement/#tag-management</a><br clear="none"><br clear="none">Maik<br clear="none"><br clear="none">Am Montag, 17. November 2025, 20:59:14 Mitteleuropäische Normalzeit schrieb <br clear="none">thomas.weg@abwesend.de:
<div id="ydp7e656c54yiv2323197331ydp781c96c6yqtfd96533" class="ydp7e656c54yiv2323197331ydp781c96c6yqt5928347615"><br clear="none">> Good evening,<br clear="none">>  <br clear="none">> I have a database from another program for tagging. Unfortunately, the<br clear="none">> program is not running anymore but I have full access to the sqlite<br clear="none">> database. What is the best way to import these tags into digikam?<br clear="none">> Identification can be done via the file name, as this is unique. Not every<br clear="none">> picture is already in digikam - Is there a way to import csv files for this<br clear="none">> case?<br clear="none">> - Should the tags be written directly into the Digikam database? What needs<br clear="none">> to be considered here, i.e., what dependencies need to be taken into<br clear="none">> account sending direct sql commands? - Should I create xmp files from the<br clear="none">> old database and then import them with a dummy picture? <br clear="none">> Best regards,<br clear="none">> Thomas<br clear="none"><br clear="none"><br clear="none"><br clear="none"><br clear="none"></div>
</div>
</div>
</div>
</div>
</div></div>
</div>
</div></div></div>
            </div>
        </div></div></body></html>