Thumbnails double entries

Things you’d like to miss in the future...
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
Post Reply
bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Thumbnails double entries

Post by bossi »

nevermind
its actually designed to be that way as seen in

Code: Select all

https://www.xyplorer.com/xyfc/viewtopic.php?t=24425
but still would appreciate allowing us to inject own thumbnails , circumventing the thumbnailing logic
Last edited by bossi on 02 Oct 2025 07:05, edited 1 time in total.

bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Re: Thumbnails double entries

Post by bossi »

:ninja: (
Last edited by bossi on 02 Oct 2025 07:06, edited 1 time in total.

bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Re: Thumbnails double entries

Post by bossi »

:ninja:

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

Re: Thumbnails double entries

Post by admin »

bossi wrote: 01 Oct 2025 11:52 but still would appreciate allowing us to inject own thumbnails , circumventing the thumbnailing logic
You can. Check out SC setthumb.

bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Re: Thumbnails double entries

Post by bossi »

bad wording by me , i meant disable native caching completely and just use thumbs from a CustomColumn )

reason is :
99% of media collections are static and dont need micromanagement of thumbs in regards of ModifDate etc.
think of 20-100 TB in size .
XY is perfectly capable of loading 50K items with IMG column enabled and loading 50K thumbnails within seconds in DetailsView , native ThumbView would start re-chaching everything depending on <curpath> .

bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Re: Thumbnails double entries

Post by bossi »

another thing i noticed :

doing a query like

Code: Select all

F:\mp4\yt\ch\a|F:\mp4\yt\ch\b|F:\mp4\yt\ch\c? /flat /md=5
with 8000 items , fully scrolled down and thumbnailed ,
hitting F5 , XY starts re-thumbing again from scratch .
Settings -> caching Search Results -> 10.000
hitting F5 now , all cached Thumbnails are just there , no re-Thumbing .

pretty sure its some bug , since the thumbs are already there before the settings change , so why re-thumbing :D

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

Re: Thumbnails double entries

Post by admin »

bossi wrote: 02 Oct 2025 13:55 99% of media collections are static and dont need micromanagement of thumbs in regards of ModifDate etc.
Have you seen this? Does it help here?

Code: Select all

v27.90.0044 - 2025-09-10 12:07
    + Thumbnail Cache: By default, the cache is automatically updated for each file whose 
      modified date has changed since the cache was written. You can now skip this service 
      by setting this tweak:
        CacheIgnoreModified=1

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

Re: Thumbnails double entries

Post by admin »

bossi wrote: 03 Oct 2025 09:01 Settings -> caching Search Results -> 10.000
BTW, Ctrl+Right-Click a checkbox or label in Configuration pops a menu that lets you copy the full and correct path to the clipboard:
Configuration | Find and Filter | Find Files & Branch View | Find Files | Maximum number of items cached (0 = cache always)

I'll look into the issue later.

bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Re: Thumbnails double entries

Post by bossi »

for Projects folders on C:\ and D:\ i would need the modified date
C:\ and D:\ -> often changes -> CacheIgnoreModified=0
F:\ G:\ -> rare changes -> CacheIgnoreModified=1

i only noticed the weird thumbing when using XY for bigger queries into the Media Collection.

but once eerything works propery , refresh is very fast

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

Re: Thumbnails double entries

Post by admin »

So you'd like some way to define paths that don't use (read/write) a thumbs cache?

Similar to tweak CacheFolderSizesExclude=F:\Downloads|T:\?

bossi
Posts: 128
Joined: 30 Jul 2022 11:09
Location: Win11-latest, XYx64 latest, 4K@100%

Re: Thumbnails double entries

Post by bossi »

nah, from my perspective everything works now

originaly i thought the thumbnailer could be simplified and i randomly threw in ModifDate
then i discovered that it misbehaves only on searches/queries because F5 triggers complete re-thumbing
then i realized i "cache search results = 10K " made F5 work as expected on a quey

for me twas not instantly understandable why thumbs are gettings generated only to be re-generated after hitting F5 )
One would expext doing same query would fetch thumbs from cache , not regenrate them

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

Re: Thumbnails double entries

Post by admin »

Could not really reproduce the problem. But didn't try too hard. Let's just move on.

Post Reply