Re: [darktable-devel] lighttable thumbnail cache

2015-01-11 Thread Pascal Obry
Le dimanche 11 janvier 2015 à 09:34 -0500, Patrick Shanahan a écrit : > How large will the cache grow, I see > 250mb. Is there any > control/limits? For my collection of about 41k images I have a cache of 9.2Gb on disk. The good point is that I can see all my images everywhere when my external d

Re: [darktable-devel] lighttable thumbnail cache

2015-01-11 Thread Patrick Shanahan
* johannes hanika [01-02-15 15:23]: > this is now merged to master. let us know how it goes and if you have any > questions. How large will the cache grow, I see > 250mb. Is there any control/limits? -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensu

Re: [darktable-devel] lighttable thumbnail cache

2015-01-05 Thread Marc Cousin
On 05/01/2015 16:02, Pedro Côrte-Real wrote: > On Mon, Jan 5, 2015 at 6:49 AM, Marc Cousin wrote: >>> we can save some cycles by introducing one more even smaller level of >>> thumbnails, for very small images on screen.. if that is at all the case >>> you're talking about? >> >> I think so. It ge

Re: [darktable-devel] lighttable thumbnail cache

2015-01-05 Thread Pedro Côrte-Real
On Mon, Jan 5, 2015 at 6:49 AM, Marc Cousin wrote: >> we can save some cycles by introducing one more even smaller level of >> thumbnails, for very small images on screen.. if that is at all the case >> you're talking about? > > I think so. It gets slow when I have I have just pushed a lower mip

Re: [darktable-devel] lighttable thumbnail cache

2015-01-04 Thread Marc Cousin
On 04/01/2015 18:49, johannes hanika wrote: > hi, > > On Mon, Jan 5, 2015 at 6:17 AM, Marc Cousin > wrote: > > I tried this. It works great here, and it's very nice not to have to > recompute thumbnails a lot in a big collection. > > The highlight following

Re: [darktable-devel] lighttable thumbnail cache

2015-01-04 Thread johannes hanika
hi, On Mon, Jan 5, 2015 at 6:17 AM, Marc Cousin wrote: > I tried this. It works great here, and it's very nice not to have to > recompute thumbnails a lot in a big collection. > > The highlight following the mouse when you hover the mouse pointer over > images in the lighttable seems quite slow

Re: [darktable-devel] lighttable thumbnail cache

2015-01-04 Thread johannes hanika
ouch, thanks for figuring that one out. hope this runs fine now for everybody. -jo On Mon, Jan 5, 2015 at 2:45 AM, Edouard Gomez wrote: > On 01/03/2015 06:22 PM, johannes hanika wrote: > > too vague at this point to let me guess where it comes from.. if you can > > narrow it down to a single im

Re: [darktable-devel] lighttable thumbnail cache

2015-01-04 Thread Marc Cousin
I tried this. It works great here, and it's very nice not to have to recompute thumbnails a lot in a big collection. The highlight following the mouse when you hover the mouse pointer over images in the lighttable seems quite slow though, and gets worse as thumbnails get slower (and there are m

Re: [darktable-devel] lighttable thumbnail cache

2015-01-04 Thread Edouard Gomez
On 01/03/2015 06:22 PM, johannes hanika wrote: > too vague at this point to let me guess where it comes from.. if you can > narrow it down to a single image, that would be good. then i'd try and > run it through valgrind + gdb. Narrowed it down. Created PR812 so that you can review the bugfix. -

Re: [darktable-devel] lighttable thumbnail cache

2015-01-03 Thread johannes hanika
too vague at this point to let me guess where it comes from.. if you can narrow it down to a single image, that would be good. then i'd try and run it through valgrind + gdb. -jo On Sun, Jan 4, 2015 at 4:14 AM, Edouard Gomez wrote: > What would you advise me to look at ? > > As the crash seems

Re: [darktable-devel] lighttable thumbnail cache

2015-01-03 Thread Edouard Gomez
What would you advise me to look at ? As the crash seems related to the same image processing, can I output easily the filenames being processed ? On 3 Jan 2015 14:10, johannes hanika wrote:interesting that it seems to complain about the pixelpipe cache, this is still the untouched old implementat

Re: [darktable-devel] lighttable thumbnail cache

2015-01-03 Thread johannes hanika
interesting that it seems to complain about the pixelpipe cache, this is still the untouched old implementation (we only replaced the mipmap cache). -jo On Sat, Jan 3, 2015 at 1:29 PM, Edouard Gomez wrote: > On 01/02/2015 09:22 PM, johannes hanika wrote: > > this is now merged to master. let us

Re: [darktable-devel] lighttable thumbnail cache

2015-01-02 Thread Edouard Gomez
On 01/02/2015 09:22 PM, johannes hanika wrote: > this is now merged to master. let us know how it goes and if you have > any questions. I get crashes when generating the cache w/ darktable-cli. The first crash can be reproduced at the same picture if i delete the cache dir. Once i get past the fi

Re: [darktable-devel] lighttable thumbnail cache

2015-01-02 Thread johannes hanika
this is now merged to master. let us know how it goes and if you have any questions. -jo On Sat, Jan 3, 2015 at 4:55 AM, Moritz Moeller wrote: > On 30/12/14 21:03, johannes hanika wrote: > > heya, > > > > we reworked the lighttable thumbnail cache: > > +1 for merging this asap. :) > The way the

Re: [darktable-devel] lighttable thumbnail cache

2015-01-02 Thread Moritz Moeller
On 30/12/14 21:03, johannes hanika wrote: > heya, > > we reworked the lighttable thumbnail cache: +1 for merging this asap. :) The way the thumbnail cache is implemented atm is one of the biggest weaknesses of DT imho. .mm

Re: [darktable-devel] lighttable thumbnail cache

2015-01-02 Thread johannes hanika
On Sat, Jan 3, 2015 at 3:43 AM, Alexander Wagner wrote: > On 12/30/2014 10:03 PM, johannes hanika wrote: > > Hi! > > we reworked the lighttable thumbnail cache: >> >> https://github.com/darktable-org/darktable/pull/803 >> >> and would like to merge that soon. it's substantially different from th

Re: [darktable-devel] lighttable thumbnail cache

2015-01-02 Thread Alexander Wagner
On 12/30/2014 10:03 PM, johannes hanika wrote: Hi! > we reworked the lighttable thumbnail cache: > > https://github.com/darktable-org/darktable/pull/803 > > and would like to merge that soon. it's substantially different from the > current cache, in a couple of points: > > - it doesn't delete thu

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Marcin Gwizdal
OK, thanks for quick reply. - Marcin M. Gwizdal (0-48)505-129-786 marcin.gwiz...@wp.pl - > Am Dienstag, 30. Dezember 2014, 22:58:33 schrieb Pedro Côrte-Real: >> On Tue, Dec 30, 2014 at 10:53 PM, Marcin Gwizdal > wrote: >>> Running Darktable 1.6.1, Debian

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Tobias Ellinghaus
Am Dienstag, 30. Dezember 2014, 22:58:33 schrieb Pedro Côrte-Real: > On Tue, Dec 30, 2014 at 10:53 PM, Marcin Gwizdal wrote: > > Running Darktable 1.6.1, Debian Stable 'Wheezy' + backports, Kernel > > 3.12.31 SMP/PREEMPT x86_64. > > > > Am I doing anything wrong, or this command line is for diff

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Pedro Côrte-Real
On Tue, Dec 30, 2014 at 10:53 PM, Marcin Gwizdal wrote: > Running Darktable 1.6.1, Debian Stable 'Wheezy' + backports, Kernel > 3.12.31 SMP/PREEMPT x86_64. > > Am I doing anything wrong, or this command line is for different > Darktable version? This is only available in this git branch: https:/

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Marcin Gwizdal
Hi all, I tried to run below command with darktable-cli, however all the time getting only message in the console with program help usage: "usage: ./darktable-cli [] [--width ,--height ,--bpp ,--hq <0|1|true|false>,--verbose] [--core ]" Running Darktable 1.6.1, Debian Stable 'Wheezy' + backport

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Bernhard
Matthias Bodenbinder schrieb am 30.12.2014 um 22:32: > Hello Jo, > > it was just this week again where I was complaining to myself about the slow > thumbnail build up of DT. From that point of view I give you a big thumb up > for your proposal. > Any speed up in this area is highly appreciated.

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Pascal Obry
Hi Jo, All this looks good to me. I was about to ask a question... > you can create all thumbnails offline, using > > darktable-cli --generate-cache --core > --library /path/to/your/library.db Wonderful! That's the question I was about to ask as it is really painful otherwise :) Great work! I

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread johannes hanika
hi, On Wed, Dec 31, 2014 at 10:32 AM, Matthias Bodenbinder < matth...@bodenbinder.de> wrote: > Hello Jo, > > it was just this week again where I was complaining to myself about the > slow thumbnail build up of DT. From that point of view I give you a big > thumb up for your proposal. > Any speed

Re: [darktable-devel] lighttable thumbnail cache

2014-12-30 Thread Matthias Bodenbinder
Hello Jo, it was just this week again where I was complaining to myself about the slow thumbnail build up of DT. From that point of view I give you a big thumb up for your proposal. Any speed up in this area is highly appreciated. Regarding the cache size of 4 GB thumbnails for 20k pictures: I