occivink / mpv-gallery-view

Gallery-view scripts for mpv
The Unlicense
189 stars 20 forks source link

thumbnails not apeairing :( #41

Closed NormTurtle closed 1 year ago

NormTurtle commented 2 years ago

image idk what to do so please help

and also threre is no error on CLI after only this : image

portable_config.zip this is all my config. please not that all the things is named to my directory :(

NormTurtle commented 2 years ago

and also threre is no error on CLI after only this : image

this part idk what to do with mkdri_thumb?

NormTurtle commented 1 year ago

here is my mpv --version image

occivink commented 1 year ago

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.

NormTurtle commented 1 year ago

it worked :O