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

When playing youtube videos, the thumb cannot be displayed #65

Open ahaoboy opened 1 month ago

ahaoboy commented 1 month ago

Description of the bug When playing youtube videos, the thumb cannot be displayed

To Reproduce Steps to reproduce the behavior:

./mpv.com 'https://www.youtube.com/watch?v=Ugb80d5lxEM'

Expected behavior display thumb correctly

Environment

ahaoboy commented 1 month ago

Found the reason with the help of @geextahslex : yt-dlp must be placed in the same directory as mpv.exe, thanks a lot!

I don't know if there is a problem with yt-dlp or mpv_thumbnail_script path processing.