From 98f7de968089bf029589d02f735f4cdfdab1a0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 14 Dec 2020 07:45:08 +0100 Subject: [PATCH] fix(mpv): only watch best quality --- configs/mpv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mpv.nix b/configs/mpv.nix index c0d2fc2..5ed9b37 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -8,7 +8,7 @@ in { enable = true; config = { force-window = "yes"; - ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best"; + ytdl-format = "bestvideo+bestaudio/best"; }; bindings = { "Alt+RIGHT" = "add video-rotate 90";