From 31f5c384fe7cae5e6ce6bb8fc01ed5e9b4e975dc Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 23 Mar 2021 00:07:39 -0300 Subject: [PATCH] mpv: fix slow loading for youtube videos --- dotfiles/mpv.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/mpv.conf b/dotfiles/mpv.conf index d98ca7b..7d46050 100644 --- a/dotfiles/mpv.conf +++ b/dotfiles/mpv.conf @@ -1,4 +1,5 @@ -ytdl-format='bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best' +# the default is pretty slow +ytdl-format='best' osd-fractions save-position-on-quit keep-open=yes