po5 / thumbfast

High-performance on-the-fly thumbnailer script for mpv
Mozilla Public License 2.0
758 stars 34 forks source link

mpv.net thumbfast help #118

Open SnarkySarky opened 3 months ago

SnarkySarky commented 3 months ago

Hello, Im trying to get thumbfast to work with mpv.net, I did as you have written and put the normal mpv files into the mpv.net folder but its not working.

any tips?

MadbHatter commented 2 months ago

I made sure to register mpv.net in the path (Right click -> Settings -> Setup -> Add mpv.net to Path Environment Variable).

After that all I had to do was to edit the thumfast.lua file and point the mpv_path to the mpv.net exe. In line 54 instead of mpv_path = "mpv" this: mpv_path = "mpvnet"

For me this worked perfectly.