Caching up front instead of on-the-fly?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
MeZelf
Posts: 8
Joined: 20 Jul 2009 22:02

Caching up front instead of on-the-fly?

Post by MeZelf »

I am currently testdriving 8.1 and I read that thumbnails are now created on the fly.
But is there a way of having them created for the full folder when you open a folder?
Haven't found a checkbox for it, unless I misread the text in the configscreen.

Although the thumbs are created fast, I would like to have the program process the files up front.

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Caching up front instead of on-the-fly?

Post by j_c_hallgren »

Hi and welcome to the XY forums!

AFAIK, there is no option to change that behavior...it used to be that way and then the typical complaint was that users were frustrated with having to wait for it to finish, so now the on-the-fly solves that...

However, there are times when I agree with you in that having it up-front would be just as well...we'll need to wait for Don to return to see what he thinks.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Caching up front instead of on-the-fly?

Post by TheQwerty »

I had thought of asking for something similar.

I think two commands would suffice for now:
1) Generate All Thumbnails for List = Generate them for the current list and no deeper.
2) Generate All Thumbnails for Branch = 1 but also build them for subfolders.

Actually, a single script command may work better:
BuildThumbnails([Path], [Depth]);

Path could specify another location but defaults to <curpath>.
Depth could define how many levels deep to recurse. If omitted 0 (only the contents of Path, no deeper) is used. And maybe '-1' is build all thumbnails for the path no matter how deep.


And I think this would suffice for now as when Custom Event Actions or whatever Don's calling it happens that will eliminate the need for an option to automatically run them.


EDIT: Now that I think about it you could probably get close to what we want by enabling caching for search results and then using Edit->Show all items in branch with a thumbnail view. So maybe it isn't needed.

MeZelf
Posts: 8
Joined: 20 Jul 2009 22:02

Re: Caching up front instead of on-the-fly?

Post by MeZelf »

TheQwerty wrote:Actually, a single script command may work better:
BuildThumbnails([Path], [Depth]);
I tried the short script, but I get the message:
'buildthumbnails' is not a valid script command

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Caching up front instead of on-the-fly?

Post by j_c_hallgren »

MeZelf wrote:
TheQwerty wrote:Actually, a single script command may work better:
BuildThumbnails([Path], [Depth]);
I tried the short script, but I get the message:
'buildthumbnails' is not a valid script command
I believe that TheQwerty was suggesting to Don what a possible script command might look like...I'm pretty sure that it's not implemented.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Caching up front instead of on-the-fly?

Post by TheQwerty »

j_c_hallgren wrote:
MeZelf wrote:I tried the short script, but I get the message:
'buildthumbnails' is not a valid script command
I believe that TheQwerty was suggesting to Don what a possible script command might look like...I'm pretty sure that it's not implemented.
Indeed.. I suppose I should have made that more clear. Sorry!

The only thing that might work now is doing a search of the whole branch with caching search results enabled.

admin
Site Admin
Posts: 66530
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Caching up front instead of on-the-fly?

Post by admin »

j_c_hallgren wrote:Hi and welcome to the XY forums!

AFAIK, there is no option to change that behavior...it used to be that way and then the typical complaint was that users were frustrated with having to wait for it to finish, so now the on-the-fly solves that...

However, there are times when I agree with you in that having it up-front would be just as well...we'll need to wait for Don to return to see what he thinks.
Well, I think it is much better now than before. For the time being I will leave it at that.

MeZelf
Posts: 8
Joined: 20 Jul 2009 22:02

Re: Caching up front instead of on-the-fly?

Post by MeZelf »

admin wrote:Well, I think it is much better now than before. For the time being I will leave it at that.
Would it possible to make it an option that you could turn on or off?
Having off by default would make everyone happy I think.

admin
Site Admin
Posts: 66530
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Caching up front instead of on-the-fly?

Post by admin »

MeZelf wrote:
admin wrote:Well, I think it is much better now than before. For the time being I will leave it at that.
Would it possible to make it an option that you could turn on or off?
Having off by default would make everyone happy I think.
Yes, possible of course. But I got other things in the pipe currently...

Post Reply