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
276 stars 20 forks source link

property not found if prefer_mpv=yes #2

Closed virendra531 closed 3 years ago

virendra531 commented 3 years ago

image my mpv https://mega.nz/folder/VehwVYYK#--QX_gBhyjxSM0aIQag0GA

hooke007 commented 3 years ago

https://github.com/marzzzello/mpv_thumbnail_script/blob/a8a910c7128c6cddcea7caca2da55eb6bfb29596/src/thumbnailer_server.lua#L29-L65

So, it is not designed for libmpv. If you really want to use mpv rather than ffmpeg, just add the mpv into path.

Snipaste_2021-06-16_19-35-10

marzzzello commented 3 years ago

So it got fixed by adding mpv to PATH? I am not using Windows or mpv.net. Is there something that needs to be changed in the script itself?

gta0gagan commented 2 years ago

So it got fixed by adding mpv to PATH? I am not using Windows or mpv.net. Is there something that needs to be changed in the script itself?

how do you add mpv to PATH in windows

marzzzello commented 2 years ago

For anyone that uses mpv.net see my comment here

@gta0gagan https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/