From b7ace409f1b1c2c7a355fa6f16a41dcff2f31e07 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 27 Nov 2023 07:40:39 +0000 Subject: Changes default quality of mpv yt-dlp downloads --- mpv/mpv.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index fbdf4e1..4380263 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,4 +8,5 @@ hwdec=vaapi audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best +ytdl-format="bestvideo[height<=?1080]+bestaudio/best" script-opts-append=ytdl_hook-ytdl_path=yt-dlp -- cgit v1.2.3