[Bug 193616] New: Location not shown digiKam right sidebar after geolocating in external program

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

[Bug 193616] New: Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616

           Summary: Location not shown digiKam right sidebar after
                    geolocating in external program
           Product: digikam
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Geolocation
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:            (using KDE 4.2.85)
OS:                Linux
Installed from:    SuSE RPMs

In digiKam 0.10.0 (installed from openSUSE KDE4 Factory repository) I noticed
strange behaviour: I often use some external programs to geolocate images (i.e.
GeoTag, gpscorrelate, manually via exiftool) and after geolocating:

1) geodata of those photographs (coordinates, altitude and date) are NOT SHOWN
in Geolocation right sidebar;
2) GPS tags in EXIF are displayed in Metadata right sidebar, so digiKam knows
about it;
3) when I'm trying to geolocate those photos in digiKam plugin knows about
coordinates and show them;
4) in showFoto location in correctly displayed in right sidebar!

So, it seems that Geolocation (marble) right sidebar in digiKam is the only
problem. When I geolocate photos using digiKam plugin, geotags are displayed as
it should be.

This is not due to database, because I've geolocated with digiKam running and
not running in the background. And EXIF GPS tags are embeded correctly using
external programs, this is for sure.

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Geolocation                 |Database
            Version|unspecified                 |0.10.0




--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2009-05-23 23:38:27 ---
Sound like GPS info are not updated in database. Marble use these info in
digiKam, not exif directly.

Gilles Caulier

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616





--- Comment #2 from Michał S. <michau nocnyrzepin net>  2009-05-24 17:14:49 ---
I don't think it is caused by database, because I have synchronized all
metadata of photographs with digiKam's database (using menu Tools ->
Synchronize with database, and *also* with button in right sidebar, "Tags" tab)
and with no effect.

I've also created new database and with no effect.

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2009-05-24 17:21:29 ---
Strange.

To be sure, if you use sqlitebrowser can you see GPS info in DB for your item ?

Look DB schema for details here :

http://www.digikam.org/docs

Gilles Caulier

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616





--- Comment #4 from Michał S. <michau nocnyrzepin net>  2009-05-24 20:25:09 ---
I've checked with sqlitebrowser in digikam4.db and those photos ID are not
present in table ImagePositions (here is GPS info for Marble, isn't it?), but
in other tables, such as ImageComments they are present.

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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





--- Comment #5 from Gilles Caulier <caulier gilles gmail com>  2009-05-24 20:56:56 ---
Well, this is the problem. In digiKam we duplicates GPS info in DB to be able
to process search. We use these info from DB to pass to marble as well. We
don't use Exif info directly.

In Showfoto, it's different. We don't have DB and we use Exif.

The question is : why GPS info are not duplicated to DB with your image ?

Can you attach to this bugzilla file your image to test ?

Gilles Caulier

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616





--- Comment #6 from Michał S. <michau nocnyrzepin net>  2009-05-25 20:15:55 ---
This is one of my RAW (Canon CR2) photos which EXIF GPS tags are not indexed in
digiKam's database and not shown in Marble geolocation right sidebar. GPS tags
seems to be valid. Here is a link: http://www.nocnyrzepin.net/misc/img_4025.cr2
(I can't add photo as an attachment, because it is too large for bugs.kde).

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616





--- Comment #7 from Michał S. <michau nocnyrzepin net>  2009-06-07 15:01:55 ---
It seems like behaviour I've reported was accidental feature of my
installation, because after system install on new machine and building digiKam
database for the same photos another time all geolocations are shown correctly
in Marble tab.

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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





--- Comment #8 from Gilles Caulier <caulier gilles gmail com>  2009-06-07 15:05:29 ---
So, this issue can be closed ?

Gilles Caulier

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616





--- Comment #9 from Michał S. <michau nocnyrzepin net>  2009-06-07 19:02:01 ---
I think YES.

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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


Gilles Caulier <[hidden email]> changed:

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




--- Comment #10 from Gilles Caulier <caulier gilles gmail com>  2009-06-07 19:05:12 ---
Ok thanks

Gilles Caulier

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616


Michał S. <[hidden email]> changed:

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




--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

Bugzilla from michau@nocnyrzepin.net
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616





--- Comment #11 from Michał S. <michau nocnyrzepin net>  2009-06-18 13:43:33 ---
I am opening this bug again because I've noticed the same behaviour once again
and now I think I know what the problem is:

1) When I download images from my DSLR using digiKam into folder (and they are
indexed by digiKam's database I think) and later geolocate them using
_external_ program (for example GeoTag) and then reopen digiKam,
geolocalizations are not shown for those images in right sidebar, but GPS tags
are present and shown in metadata EXIF tab.

2) When I download images to folder when digiKam is not running, geotag them
and THEN run digiKam everything is all right, localizations are shown.

So, I think it is a databse 'refresh' feature. However, syncing metadata from
those images folder using digikam option or rebuilding whole database give NO
RESULT.

I tried it on two different PCs with two different distributions with the same
result.

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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





--- Comment #12 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-07-14 12:27:25 ---
SVN commit 996417 by mwiesweg:

Prepare to use CollectionScanner/Imagescanner to rescan files ("Read metadata
to database")
- so that a manual rescan uses 100% the same code as an initial scan when the
  file is imported
Add a flag to CollectionScanner::scanFile to signal if a normal scan, a scan as
if modified
or a full rescan shall be done.
Some internal restructuring.

CCBUG: 193616

 M  +104 -32   collectionscanner.cpp  
 M  +32 -5     collectionscanner.h  
 M  +8 -1      imagescanner.cpp  
 M  +9 -1      imagescanner.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=996417

--
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 193616] Location not shown digiKam right sidebar after geolocating in external program

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


Marcel Wiesweg <[hidden email]> changed:

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




--- Comment #13 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-07-16 21:03:25 ---
SVN commit 997978 by mwiesweg:

Use CollectionScanner/ImageScanner to read metadata from file to database.
This means that this method now uses 100% the same code as if the image
was completely unknown so far and newly added to the collection.

So this method can now be used if
- any metadata was changed by external tools
- a missing piece or bug in our scanning code filled wrong or incomplete info
in the db


 M  +3 -1      NEWS  
 M  +6 -4      libs/imageproperties/imagedescedittab.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=997978

--
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
|

[digikam] [Bug 193616] Location not shown digiKam right sidebar after geolocating in external program

bugzilla_noreply
In reply to this post by Bugzilla from michau@nocnyrzepin.net
https://bugs.kde.org/show_bug.cgi?id=193616

[hidden email] changed:

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

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