-
Notifications
You must be signed in to change notification settings - Fork 28
Description
So I realize this is more of a question than an issue, but I need to ask:
Where does space-thumbnails store the thumbnails it renders?
I'm currently diving through a file rip of a digital lego instruction app and all the folders are named numerically based on each parts part ID, this is not exactly easy as it requires alt-tabbing back and forth to my browser a lot.
However I came up with an idea, I could search the folder for all FBX files and let space-thumbnails take its time to render them all, then I could copy all those thumbnails from where ever they're stored, use FFMPEG to batch convert them to .ico and then use this one bat file I have to set them all as folder icons.
This does require the thumbnails to match the names of the files they were rendered for, otherwise I wouldn't know what belongs to what.
TL;DR;
I'd like to know where space-thumbnails stores its thumbnails so that I can make use of them for other purposes