marzzzello / mpv_thumbnail_script

A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies (fork)
GNU General Public License v3.0
270 stars 20 forks source link

Where is the directory that needs to be cleaned out every so often located? #37

Closed Trex187 closed 1 year ago

Trex187 commented 1 year ago

I read this in the description "Also of note: the script does not manage the thumbnails in any way, you should clear the directory from time to time." I can't locate where it is.

C0D3D3V commented 1 year ago

Base folder: ON WINDOWS:os.getenv("TEMP") you can output it by running echo %TEMP% All other: (os.getenv("XDG_CACHE_HOME") or "/tmp/") run echo $XDG_CACHE_HOME

in that folder: mpv_thumbs_cache