mpv: drop cache_pause_initial (blocks first frame)

cache_pause_initial=yes made mpv wait for a full buffer before
showing the first frame on uncached videos, which looked like the
popout was broken on first click. Removing it restores immediate
playback start — cache_pause=yes still handles mid-playback
underruns.

behavior change
This commit is contained in:
pax 2026-04-11 19:53:20 -05:00
parent ac3939ef61
commit 7046f9b94e

View File

@ -79,7 +79,6 @@ def build_mpv_kwargs(is_windows: bool) -> dict[str, object]:
"cache": "yes",
"cache_pause": "yes",
"cache_pause_wait": "2",
"cache_pause_initial": "yes",
"cache_secs": "30",
"demuxer_max_bytes": "150MiB",
"demuxer_max_back_bytes": "75MiB",