[Digikam-devel] [Bug 231598] Metadata on Albums are lost when album moved from one collection to another
Vincent Tassy
timetre at free.fr
Thu Dec 22 10:21:11 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=231598
--- Comment #7 from Vincent Tassy <timetre free fr> 2011-12-22 10:21:11 ---
I looked into the problem a little more ...
I would have thought that when an album is moved from one collection to
another, its record in the the Albums database would be updated ... in
particular the albumRoot and relativePath fields but that the other fields
(date, caption, collection, icon) would be preserved.
It seems it's not the case !!
A new row is created for the moved Album and don't contain the previous
meta-data !
Here's an example:
Prior to the move:
id |albumRoot|relativePath|date |caption|collection|icon
2102|1 |/Test |2011-12-09| |FĂȘte |96451
after the move:
id |albumRoot|relativePath|date |caption|collection|icon
2102|0 |1-/Test |2011-12-09| |FĂȘte |96451
2103|2 |/2011/Test |2011-12-22| | |
--
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