timeline view

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

timeline view

Osguru Mail
I was able to get digikam 0.94 to compile and install, but when I look
at the timeline view it is not accurate.  If I'm not mistaken it is
saying I have 2G images for the back 3 years...

Also, if I enable the setting to show the number of images in a folder,
they all say 0.

I can browse through the filesystem and view images just fine.  If I go
to the date view it shows years, and clicking a year will show assorted
months below, but clicking on the month does not bring anything up.

I loaded up the digikam3.db file in sqlite3 and was able to do queries
on the Images table, such as

select count(*) from Images where datetime >= '2008-01-01'

and it would return a reasonable count (200 or so ).

I'm not sure if I did something wrong or what when I compiled it, but I
thought I'd let you guys know...

Thanks,
Scott
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Gilles Caulier-4


2008/2/6, Scott Chevalley <[hidden email]>:
I was able to get digikam 0.94 to compile and install, but when I look
at the timeline view it is not accurate.  If I'm not mistaken it is
saying I have 2G images for the back 3 years...

Also, if I enable the setting to show the number of images in a folder,
they all say 0.

I can browse through the filesystem and view images just fine.  If I go
to the date view it shows years, and clicking a year will show assorted
months below, but clicking on the month does not bring anything up.

I loaded up the digikam3.db file in sqlite3 and was able to do queries
on the Images table, such as

select count(*) from Images where datetime >= '2008-01-01'

and it would return a reasonable count (200 or so ).

I'm not sure if I did something wrong or what when I compiled it, but I
thought I'd let you guys know...

Sound like a wrong digiKam kio-slaves installation. Are you some error messages on the console ?

Best

Gilles Caulier


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Osguru Mail


Gilles Caulier wrote:

>
>
> 2008/2/6, Scott Chevalley <[hidden email] <mailto:[hidden email]>>:
>
>     I was able to get digikam 0.94 to compile and install, but when I look
>     at the timeline view it is not accurate.  If I'm not mistaken it is
>     saying I have 2G images for the back 3 years...
>
>     Also, if I enable the setting to show the number of images in a folder,
>     they all say 0.
>
>     I can browse through the filesystem and view images just fine.  If I go
>     to the date view it shows years, and clicking a year will show assorted
>     months below, but clicking on the month does not bring anything up.
>
>     I loaded up the digikam3.db file in sqlite3 and was able to do queries
>     on the Images table, such as
>
>     select count(*) from Images where datetime >= '2008-01-01'
>
>     and it would return a reasonable count (200 or so ).
>
>     I'm not sure if I did something wrong or what when I compiled it, but I
>     thought I'd let you guys know...
>
>
> Sound like a wrong digiKam kio-slaves installation. Are you some error
> messages on the console ?
>
> Best
>
> Gilles Caulier
>

No error messages that I can see.  The status bar at the bottom of the
window correctly counts the images in the folder.

the only messages I see running from the console are updating the
database and then loading kipi plugins...

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Gilles Caulier-4
Scott,

Look in your ~/.xsession-errors if something apear when you toogle to timeline view...

Gilles

2008/2/6, Scott Chevalley <[hidden email]>:


Gilles Caulier wrote:
>
>
> 2008/2/6, Scott Chevalley <[hidden email] <mailto:[hidden email]>>:
>
>     I was able to get digikam 0.94 to compile and install, but when I look
>     at the timeline view it is not accurate.  If I'm not mistaken it is
>     saying I have 2G images for the back 3 years...
>
>     Also, if I enable the setting to show the number of images in a folder,
>     they all say 0.
>
>     I can browse through the filesystem and view images just fine.  If I go
>     to the date view it shows years, and clicking a year will show assorted
>     months below, but clicking on the month does not bring anything up.
>
>     I loaded up the digikam3.db file in sqlite3 and was able to do queries
>     on the Images table, such as
>
>     select count(*) from Images where datetime >= '2008-01-01'
>
>     and it would return a reasonable count (200 or so ).
>
>     I'm not sure if I did something wrong or what when I compiled it, but I
>     thought I'd let you guys know...
>
>
> Sound like a wrong digiKam kio-slaves installation. Are you some error
> messages on the console ?
>
> Best
>
> Gilles Caulier
>

No error messages that I can see.  The status bar at the bottom of the
window correctly counts the images in the folder.

the only messages I see running from the console are updating the
database and then loading kipi plugins...

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Bugzilla from Julien@narboux.fr
In reply to this post by Osguru Mail
Maybe you forgot to click UNDER the timeline. I did the same error and
thought there was a bug as well.
There is a difference between selection and display.
I find this counter-intuitive.

Best

Julien

Scott Chevalley a écrit :

> Gilles Caulier wrote:
>  
>> 2008/2/6, Scott Chevalley <[hidden email] <mailto:[hidden email]>>:
>>
>>     I was able to get digikam 0.94 to compile and install, but when I look
>>     at the timeline view it is not accurate.  If I'm not mistaken it is
>>     saying I have 2G images for the back 3 years...
>>
>>     Also, if I enable the setting to show the number of images in a folder,
>>     they all say 0.
>>
>>     I can browse through the filesystem and view images just fine.  If I go
>>     to the date view it shows years, and clicking a year will show assorted
>>     months below, but clicking on the month does not bring anything up.
>>
>>     I loaded up the digikam3.db file in sqlite3 and was able to do queries
>>     on the Images table, such as
>>
>>     select count(*) from Images where datetime >= '2008-01-01'
>>
>>     and it would return a reasonable count (200 or so ).
>>
>>     I'm not sure if I did something wrong or what when I compiled it, but I
>>     thought I'd let you guys know...
>>
>>
>> Sound like a wrong digiKam kio-slaves installation. Are you some error
>> messages on the console ?
>>
>> Best
>>
>> Gilles Caulier
>>
>>    
>
> No error messages that I can see.  The status bar at the bottom of the
> window correctly counts the images in the folder.
>
> the only messages I see running from the console are updating the
> database and then loading kipi plugins...
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>  
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Gilles Caulier-4
There are more explainations how to use TimeLine view on my blog :

http://www.digikam.org/?q=node/293

Gilles

2008/2/7, Julien Narboux <[hidden email]>:
Maybe you forgot to click UNDER the timeline. I did the same error and
thought there was a bug as well.
There is a difference between selection and display.
I find this counter-intuitive.

Best

Julien

Scott Chevalley a écrit :
> Gilles Caulier wrote:
>
>> 2008/2/6, Scott Chevalley <[hidden email] <mailto:[hidden email]>>:
>>
>>     I was able to get digikam 0.94 to compile and install, but when I look
>>     at the timeline view it is not accurate.  If I'm not mistaken it is
>>     saying I have 2G images for the back 3 years...
>>
>>     Also, if I enable the setting to show the number of images in a folder,
>>     they all say 0.
>>
>>     I can browse through the filesystem and view images just fine.  If I go
>>     to the date view it shows years, and clicking a year will show assorted
>>     months below, but clicking on the month does not bring anything up.
>>
>>     I loaded up the digikam3.db file in sqlite3 and was able to do queries
>>     on the Images table, such as
>>
>>     select count(*) from Images where datetime >= '2008-01-01'
>>
>>     and it would return a reasonable count (200 or so ).
>>
>>     I'm not sure if I did something wrong or what when I compiled it, but I
>>     thought I'd let you guys know...
>>
>>
>> Sound like a wrong digiKam kio-slaves installation. Are you some error
>> messages on the console ?
>>
>> Best
>>
>> Gilles Caulier
>>
>>
>
> No error messages that I can see.  The status bar at the bottom of the
> window correctly counts the images in the folder.
>
> the only messages I see running from the console are updating the
> database and then loading kipi plugins...
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Osguru Mail
In reply to this post by Gilles Caulier-4
I get a bunch of

kio (KLauncher): ERROR: SlavePool: No communication with slave.
kio (KIOConnection): ERROR: Header read failed, errno=104
kio (KIOConnection): ERROR: Header has invalid size (-1)
kio (KIOConnection): ERROR: Could not write data

when I try and update the metadata.

To explain more fully what I'm seeing, if I go to the timeline view and
set the Time Unit to Year, I see green bars for 2001, 2003-2007.  I see
no bar for 2008.  The bars for 2005-2007 are all the same height, maxed
out, and when I click on, say, 2007, the number under the histogram in
the upper right says 9817215, which I assume is the number of images in
the selection.  If I click the little square under the bar, then images
will appear, but only about 25 images.  If I do a sql query on the db,
the it shows I took over 2000 pictures in 2007...

My take on the issue is that the ioslave that talks to the db is not
working correctly, but I'm not exactly sure where to look to fix it.

I compile digikam-svn to work in my home directory.  I may get the
Mandriva digikam spec and build a 0.94-svn rpm for the system and see if
that works better...


Gilles Caulier wrote:

> Scott,
>
> Look in your ~/.xsession-errors if something apear when you toogle to
> timeline view...
>
> Gilles
>
> 2008/2/6, Scott Chevalley <[hidden email] <mailto:[hidden email]>>:
>
>
>
>     Gilles Caulier wrote:
>     >
>     >
>     > 2008/2/6, Scott Chevalley <[hidden email]
>     <mailto:[hidden email]> <mailto:[hidden email]
>     <mailto:[hidden email]>>>:
>     >
>     >     I was able to get digikam 0.94 to compile and install, but
>     when I look
>     >     at the timeline view it is not accurate.  If I'm not mistaken
>     it is
>     >     saying I have 2G images for the back 3 years...
>     >
>     >     Also, if I enable the setting to show the number of images in
>     a folder,
>     >     they all say 0.
>     >
>     >     I can browse through the filesystem and view images just
>     fine.  If I go
>     >     to the date view it shows years, and clicking a year will show
>     assorted
>     >     months below, but clicking on the month does not bring
>     anything up.
>     >
>     >     I loaded up the digikam3.db file in sqlite3 and was able to do
>     queries
>     >     on the Images table, such as
>     >
>     >     select count(*) from Images where datetime >= '2008-01-01'
>     >
>     >     and it would return a reasonable count (200 or so ).
>     >
>     >     I'm not sure if I did something wrong or what when I compiled
>     it, but I
>     >     thought I'd let you guys know...
>     >
>     >
>     > Sound like a wrong digiKam kio-slaves installation. Are you some error
>     > messages on the console ?
>     >
>     > Best
>     >
>     > Gilles Caulier
>     >
>
>     No error messages that I can see.  The status bar at the bottom of the
>     window correctly counts the images in the folder.
>
>     the only messages I see running from the console are updating the
>     database and then loading kipi plugins...
>
>     _______________________________________________
>     Digikam-users mailing list
>     [hidden email] <mailto:[hidden email]>
>     https://mail.kde.org/mailman/listinfo/digikam-users
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

Gilles Caulier-4


2008/2/7, Scott Chevalley <[hidden email]>:
I get a bunch of

kio (KLauncher): ERROR: SlavePool: No communication with slave.
kio (KIOConnection): ERROR: Header read failed, errno=104
kio (KIOConnection): ERROR: Header has invalid size (-1)
kio (KIOConnection): ERROR: Could not write data

when I try and update the metadata.

To explain more fully what I'm seeing, if I go to the timeline view and
set the Time Unit to Year, I see green bars for 2001, 2003-2007.  I see
no bar for 2008.  The bars for 2005-2007 are all the same height, maxed
out, and when I click on, say, 2007, the number under the histogram in
the upper right says 9817215, which I assume is the number of images in
the selection.  If I click the little square under the bar, then images
will appear, but only about 25 images.  If I do a sql query on the db,
the it shows I took over 2000 pictures in 2007...

My take on the issue is that the ioslave that talks to the db is not
working correctly, but I'm not exactly sure where to look to fix it.

I compile digikam-svn to work in my home directory.  I may get the
Mandriva digikam spec and build a 0.94-svn rpm for the system and see if
that works better...

HEY !!! you working under Mandriva. Me too, as developper. and i can said that all work fine for me here !!!

I suspect than all digikam kioslave are not properlly installed. that all.

If you come to #digikam irc chanel, we can hack this point in live...

Gilles


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: timeline view

glechner-2
In reply to this post by Bugzilla from Julien@narboux.fr
> There is a difference between selection and display.
> I find this counter-intuitive.

I completely agree - as I wrote earlier, I can't see why the timeline view
has been given this behaviour. Could someone please explain to me in which
situation I would like to "select", say, a year, without displaying the
corresponding images? The only information I get seems to be the number of
images in that year. Probably many users will think the timeline view is
broken when selecting a year/mont/week results in no images being shown.

Best regards,
Gandalf




> Best
>
> Julien
>
> Scott Chevalley a écrit :
>> Gilles Caulier wrote:
>>
>>> 2008/2/6, Scott Chevalley <[hidden email]
>>> <mailto:[hidden email]>>:
>>>
>>>     I was able to get digikam 0.94 to compile and install, but when I
>>> look
>>>     at the timeline view it is not accurate.  If I'm not mistaken it is
>>>     saying I have 2G images for the back 3 years...
>>>
>>>     Also, if I enable the setting to show the number of images in a
>>> folder,
>>>     they all say 0.
>>>
>>>     I can browse through the filesystem and view images just fine.  If
>>> I go
>>>     to the date view it shows years, and clicking a year will show
>>> assorted
>>>     months below, but clicking on the month does not bring anything up.
>>>
>>>     I loaded up the digikam3.db file in sqlite3 and was able to do
>>> queries
>>>     on the Images table, such as
>>>
>>>     select count(*) from Images where datetime >= '2008-01-01'
>>>
>>>     and it would return a reasonable count (200 or so ).
>>>
>>>     I'm not sure if I did something wrong or what when I compiled it,
>>> but I
>>>     thought I'd let you guys know...
>>>
>>>
>>> Sound like a wrong digiKam kio-slaves installation. Are you some error
>>> messages on the console ?
>>>
>>> Best
>>>
>>> Gilles Caulier
>>>
>>>
>>
>> No error messages that I can see.  The status bar at the bottom of the
>> window correctly counts the images in the folder.
>>
>> the only messages I see running from the console are updating the
>> database and then loading kipi plugins...
>>
>> _______________________________________________
>> Digikam-users mailing list
>> [hidden email]
>> https://mail.kde.org/mailman/listinfo/digikam-users
>>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users