Override video file thumbnail/icon in network location with a png that matches name pattern

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
admin
Site Admin
Posts: 66102
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by admin »

and attach your images in the forum:
To see the attached files, you need to log into the forum.

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by jupe »

I reckon that 2nd policy down could have an impact, cause without any of those apps installed I mentioned, Window is in charge of making thumbs for videos. The top policy too maybe if you had ever visited the local disk location you pictured in your earlier screenshot in Explorer, cause if you had done that XY could be reading the thumbs from the Windows cache. I'd definetly try change both and restart OS,

o7blue
Posts: 116
Joined: 22 Dec 2020 07:10

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by o7blue »

@jupe
You were right, it was indeed the second option 'Turn off thumbnails for network drives' that was causing this. But the first option has no effect on XY, just that second one. So:

Turn off the display of thumbnails and display icons
File Explorer: Disables thumbnails on local AND network drives
XY: No effect

Turn off the display of thumbnails and display icons on network folders
File Explorer: I guess this would disable network thumbnails while enabling local thumbnails, if the first option is disabled. But I didn't bother testing with the first option disabled.
XY: Disables thumbnails in network locations

I would have never expected XY to be affected by settings for File Explorer, but I guess that shows me hah. Thanks for pointing that out to me.

@Don
Sorry about hotlinking the images, I'll make sure to attach them properly in the future.
I still think overwriting the thumbs with matching .thumb.png or .thumb.jpg would be a great option just for more control, or for when the auto-generated thumb is just not very good.

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

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by admin »

An alternative to

Code: Select all

video.webm
video.webm.thumb.png
would be a subfolder

Code: Select all

video.webm
thumbs\video.webm.png
Then you won't have thumb files cluttering up your video folder.

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by highend »

But instead thumbs subfolders cluttering your video folders :tup:
One of my scripts helped you out? Please donate via Paypal

o7blue
Posts: 116
Joined: 22 Dec 2020 07:10

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by o7blue »

Well, functionally (for my use case at least) it would end up the same. I can save the current frame in mpv to either the same folder, or to a thumbs folder, even if it doesn't exist. So it's still a one button thumbnail creation process. Ghost filter can hide either *.thumb.png or thumb, though is there a way to specify directory only for the latter? Wouldn't want it to match every file with 'thumb' in it.

Anyway, it should be clutter-free and functionally identical for both scenarios. I guess it comes down to either performance or preference?

Also, would it support multiple image formats? In mpv it's 10x faster to save a jpg than a png, so it makes more sense to use jpg in that case.

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

Re: Override video file thumbnail/icon in network location with a png that matches name pattern

Post by admin »

I'll consider it.

Post Reply