From 1ff38f891a42bc71811b47b4ddde3bf5fa9a9da3 Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Mon, 20 Jun 2022 15:20:26 +0200
Subject: [PATCH] etc/skel/.config/mpv/mpv.conf: set maximum resolution of ytdl
 to 1080p

---
 etc/skel/.config/mpv/mpv.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/skel/.config/mpv/mpv.conf b/etc/skel/.config/mpv/mpv.conf
index 131c5e4..ece430d 100644
--- a/etc/skel/.config/mpv/mpv.conf
+++ b/etc/skel/.config/mpv/mpv.conf
@@ -1,4 +1,5 @@
 # Enable hardware video decoding on MNT Reform (remove if you experience problems)
-
 hwdec=auto
 
+# Limit video resolution for content downloaded with youtube-dl/yt-dlp
+ytdl-format=bestvideo[height<=?1080]+bestaudio/best
-- 
GitLab