From 2fecf1ad754426d249a7a25024aec15e70598e0b Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Fri, 19 Nov 2021 16:06:49 +0059
Subject: mpv: increase resolution

---
 user-profiles/mpv/default.nix | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'user-profiles')

diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix
index f8454508..642eb004 100644
--- a/user-profiles/mpv/default.nix
+++ b/user-profiles/mpv/default.nix
@@ -8,10 +8,8 @@
     config = {
       ytdl = true;
       ytdl-format = lib.concatStringsSep "/" [
-        "bestvideo[width<=1920][height<=1080][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]"
-        "best[width<=1920][height<=1080][fps<=60][protocol!=http_dash_segments]"
-        # "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]"
-        # "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]"
+        "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]"
+        "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]"
         "best[protocol!=http_dash_segments]"
       ];
       ytdl-raw-options = lib.concatStringsSep "," [
-- 
cgit v1.2.3