[Bug 243747] New: Comment which is stored in database can't be accessed via digikam

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] New: Comment which is stored in database can't be accessed via digikam

Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747

           Summary: Comment which is stored in database can't be accessed
                    via digikam
           Product: digikam
           Version: 1.3.0
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Metadata
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:           1.3.0 (using KDE 4.4.4)
OS:                Linux

While looking through my mysql database, i occured to me that many comments
which are stored in my mysqldatabase are not shown in digikam!

I checked it this way:
Look up a comment (Table ImageComments), write down the imageid, search for the
imageid in table Images, find the photo in digikam.

I might have to add, the all my photos have a unique filename, which made
looking up the photo quite easy.

Reproducible: Sometimes

Steps to Reproduce:
Of course Digikam never shows the comments but this bug seems to affect only
old comments. When I add a new comment, Digikam shows it.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=243747


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|Metadata                    |Database




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Marcel Wiesweg
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747





--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-07-06 13:32:38 ---
How where these comments added: Old digikam version? (which?) Read from
metadata?

Did you check that the image is digikam is really the one you identified in the
database (Images.status=1, Images.album -> Albums.albumRoot -> your current
collection)?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Bugzilla from freanki@gmx.net
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747





--- Comment #2 from Frank Hommes <freanki gmx net>  2010-07-06 13:50:52 ---
ok, I just found out that I have 75% corrupted entries in my database.
All those images have no Album link (NULL).

So my problem is now, that I got a picture in my database with a comment (the
comment is right and fits to the picture) which is not linked to an album.

I got the right picture but without the comment.

I can't tell when this problem started :( I'm using Digikam since 0,9beta10 or
something like this and the picture is from 2003.

Maybe I can fix this for my collection but what if more people are affected?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Bugzilla from freanki@gmx.net
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747





--- Comment #3 from Frank Hommes <freanki gmx net>  2010-07-06 13:58:40 ---
I guess this problem occurs when you move pictures with the filemanager and the
comment has not been saved yet. Something like that.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Marcel Wiesweg
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747





--- Comment #4 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-07-06 17:19:10 ---
Entries with status != 1 and no album are normal, these are deleted images the
entries of which are kept for some time (maybe the garbage cleaner is broken).

Normally digikam detects moved files by the hash it stores. Something may have
gone wrong, if the comment is not written to the metadata.

Question is: can you reproduce problems now?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Bugzilla from freanki@gmx.net
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747


Frank Hommes <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Frank Hommes <freanki gmx net>  2010-07-07 09:20:12 ---
"Normally digikam detects moved files by the hash it stores. Something may have
gone wrong, if the comment is not written to the metadata."

This might have caused my problems... Two years ago, I changed all filenames to
a unique system via script and also changed exifdata so digikam wouldn't find
those images.

I guess we can close this bug since I can't reproduce the missing comment at
the moment. If it should happen again, I will open it again.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 243747] Comment which is stored in database can't be accessed via digikam

Gilles Caulier-4
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |1.4.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 243747] Comment which is stored in database can't be accessed via digikam

bugzilla_noreply
In reply to this post by Bugzilla from freanki@gmx.net
https://bugs.kde.org/show_bug.cgi?id=243747

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Database                    |Database-Scan

--
You are receiving this mail because:
You are the assignee for the bug.