From 10048f453409a6e9872febacf41c4862e59415b5 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 29 May 2025 20:42:16 -0500 Subject: [PATCH] mpv | only set speed to 1.77x for youtube --- home/gui/mpv.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index 1a3b5c2..fe19d50 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -34,7 +34,8 @@ # ytdl-raw-options = "no-playlist="; }; profiles = { - "protocol.https" = { + utube = { + "profile-cond"="path:find('youtu%.?be')"; speed = 1.77; keep-open = true; };