From 321eb82116e0f2f45af8aec4c6ce8e727c30a688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 10 Aug 2021 23:01:20 +0200 Subject: [PATCH] fix(mpv): dont always watch the highest resolution --- configs/mpv.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/mpv.nix b/configs/mpv.nix index 5b7ae6e..6b57e1f 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -8,9 +8,8 @@ in { programs.mpv = { enable = true; config = { - ytdl-format = "bestvideo+bestaudio/best"; osc = "no"; - ytdl-raw-options= lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ]; + ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ]; }; bindings = { "Alt+RIGHT" = "add video-rotate 90";