[Digikam-devel] [Bug 293297] New: Digitaglinktree does not process any photos even if tags exists under People category
cyril.raphanel at gmail.com
cyril.raphanel at gmail.com
Sat Feb 4 14:27:48 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=293297
Summary: Digitaglinktree does not process any photos even if
tags exists under People category
Product: digikam
Version: 2.1.1
Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Export
AssignedTo: digikam-devel at kde.org
ReportedBy: cyril.raphanel at gmail.com
Version: 2.1.1 (using KDE 4.7.4)
OS: Linux
I have tagged a lot of people under people category.
If I select the "tags" table
********************************************
select * from tags where pid="9" or id="9"
********************************************
"id", "pid", "name", "icon", "iconkde"
"9", "0", "People", "0", ""
"10", "9", "Unknown", "0", ""
"25", "9", "cyril", "0", ""
"26", "9", "irene", "0", ""
"27", "9", "amelie", "0", ""
"28", "9", "liam", "0", ""
"29", "9", "theo", "0", ""
Tagtree table shows
************************************************
select * from tagstree where pid="9" or id="9"
************************************************
"id", "pid"
"9", "0"
"10", "9"
"27", "9"
"25", "9"
"26", "9"
"28", "9"
"29", "9"
If I take one of the tags I can find associated images
****************************************
select * from imagetags where tagid="29"
****************************************
"imageid", "tagid"
"12018", "29"
"12020", "29"
When I lauch the script
****************************************************
digitaglinktree -l my_target -d my_digikam_directory
****************************************************
Processed 0 photos.
Reproducible: Always
Steps to Reproduce:
Every time I launch the script
Actual Results:
Processed 0 photos
Expected Results:
complete tree for People category tags
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list