We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
yeah it's said in the options file, although not as visible:
mpv_thumbnail_script/src/options.lua
Line 126 in 6b6e1a2
No branches or pull requests
Description of the bug
When playing youtube videos, the thumb cannot be displayed
To Reproduce
Steps to reproduce the behavior:
Expected behavior
display thumb correctly
Environment
The text was updated successfully, but these errors were encountered: