mpv-gallery-view
mpv-gallery-view copied to clipboard
thumbnails not apeairing :(
idk what to do so please help
and also threre is no error on CLI after only this :
portable_config.zip this is all my config. please not that all the things is named to my directory :(
and also threre is no error on CLI after only this :
this part idk what to do with mkdri_thumb?
here is my mpv --version
I think the issue is in your configuration files, the thumbs_dir variable more specifically. You uncommented the linux path, even though you're on windows. Also, there shouldn't be any quotes around the value of the variable. So all in all it should be
# on Windows:
thumbs_dir=C:\Users\oma\.cache\mpv\img
Also, you have an extra space before mkdir_thumbs=yes
, which is why the warning is printed.
it worked :O