Zren / mpv-osc-tethys

An OSC UI replacement for MPV with icons from the bomi video player. Also contains thumbnail preview and a picture-in-picture button.
187 stars 13 forks source link

Thumbnail not appearing #2

Closed ang3lo-azevedo closed 2 years ago

ang3lo-azevedo commented 2 years ago

image

Zren commented 2 years ago

Looks like there's a cache, so it's probably detected as a remote file. The script doesn't display thumbnails when it detects remote urls.

https://github.com/Zren/mpv-osc-tethys/blame/master/osc_tethys.lua#L435

Is it a http:// or https:// url, or something else?

ang3lo-azevedo commented 2 years ago

In this case it was, but even in local files it doesn't show

ang3lo-azevedo commented 2 years ago

Ok, it's working now, I don't know why it wasn't working, thank you very much!