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

Can't get thumbnails using the below link "Thumbnail unavailable"! #33

Closed Droyk closed 1 year ago

Droyk commented 1 year ago

[WARNING NSFW PORN LINK!] https://www1189.ff-03.com/token=B2FWadUgHc8NS571OmzkIQ/1670751203/112.196.0.0/14/b/a8/cf24371b8ef1123ea5af7998ed365a8b-360p.mp4

image

Environment

NicolaSmaniotto commented 1 year ago

This is probably happening because you have thumbnail_network=no and storyboard_enable=yes (the default configuration). This means that the script is trying to get a storyboard, but for now only youtube and twitch are supported.

Set thumbnail_network=yes and you should see the thumbnails. Generating them this way is usually pretty slow.