Thumb-gen progress counter adjustment
Posted: 10 Jul 2019 08:23
I knew XY used to show a counter during thumb generation:
It worked as a nice progress report, I could get a rough idea for how much longer I needed to wait. But I wasn't noticing this counter anymore for a good many versions.
Today I realize it's always been there, but was getting repeatedly displaced by subsequent messages:Since these messages rush by too fast, the counter text is practically never visible (the "creating thumb: ..." lines seem to get all the display time). But if the messages went like this:
Then the counter would remain readable. Or better yet,
Code: Select all
Creating 56/1024 image.jpegToday I realize it's always been there, but was getting repeatedly displaced by subsequent messages:
Code: Select all
Creating thumb: image.jpeg
Created thumb 56/1024: image.jpeg
Creating thumb: image2.jpeg
Created thumb 57/1024: image2.jpegCode: Select all
Creating thumb 56/1024: image.jpeg
Created thumb 56/1024: image.jpeg
Creating thumb 57/1024: image2.jpeg
Created thumb 57/1024: image2.jpegCode: Select all
56/1024 - creating thumb: image.jpeg
56/1024 - created thumb: image.jpeg
57/1024 - creating thumb: image2.jpeg
57/1024 - created thumb: image2.jpeg
...
1024 thumbs created or updated.