Closed tastytea closed 2 years ago
Using --ytdl-format=worst
and the other workarounds suggested in #12 don't work.
What configs do you have set in mpv_thumbnail_script.conf
Also post the output of mpv --osc=no --msg-level=all=debug 'https://www.youtube.com/watch?v=aqz-KE-bpKQ'
What configs do you have set in mpv_thumbnail_script.conf
I don't have a mpv_thumbnail_script.conf
.
Also post the output of
mpv --osc=no --msg-level=all=debug 'https://www.youtube.com/watch?v=aqz-KE-bpKQ'
xD without mpv_thumbnail_script.conf it will not create thumbnails for remote sources
you have to set the option thumbnail_network
to yes
It is btw also noted in the Readme:
# Below are overrides for remote urls (you generally want less thumbnails, because it's slow!)
# Thumbnailing network paths will be done with mpv (leveraging youtube-dl)
# Allow thumbnailing network paths (naive check for "://")
# Defaults to no
thumbnail_network=[yes/no]
Oh, right. Guess I read a bit too fast. :sweat_smile: :facepalm:
It works fine now with thumbnail_network=yes
.
0.4.8 doesn't show thumbnails for youtube videos with mpv 0.34.1 or 0.33.1. Local files work. I commented out my
mpv.conf
to make sure it is not caused by something in there. PressingT
shows “Thumbnailing unavailable”.