From d1269e8455038fe5e7a789ff3a4e55d3e007dca6 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 27 Dec 2021 22:28:38 -0700 Subject: [PATCH] mpv youtube config --- mpv.configlink/mpv.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mpv.configlink/mpv.conf b/mpv.configlink/mpv.conf index 60ad7f9..46fa013 100644 --- a/mpv.configlink/mpv.conf +++ b/mpv.configlink/mpv.conf @@ -1 +1,8 @@ -script-opts=ytdl_hook-ytdl_path=/usr/local/bin/yt-dlp +#script-opts=ytdl_hook-ytdl_path=/usr/local/bin/yt-dlp + +[Youtube-dl] +profile = protocol.https +ytdl-format = bestvideo[height<=?1080]+bestaudio/best[height<=?1080] +demuxer-seekable-cache = yes +demuxer-max-bytes = 2048MiB +demuxer-max-back-bytes = 1024MiB