From 3c821c79a0e798c3237b9fc963225d8dc2b0ecf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Mon, 10 Apr 2023 19:22:20 +0300
Subject: Make mpv quieter, especially from youtube-viewer

---
 dotfiles/.config/mpv/mpv.conf                       | 2 +-
 dotfiles/.config/youtube-viewer/youtube-viewer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf
index d029b23..57c113a 100644
--- a/dotfiles/.config/mpv/mpv.conf
+++ b/dotfiles/.config/mpv/mpv.conf
@@ -1,5 +1,5 @@
 vo=gpu
-hwdec=auto
+hwdec=vaapi
 
 alang=ja,jpn,en,eng,es,spa,ru,rus
 slang=en,eng,es,spa,ru,rus
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf
index aeb9dfc..013ce30 100644
--- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf
+++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf
@@ -105,7 +105,7 @@ our $CONFIG = {
                                        srt => "-sub *SUB*",
                                      },
                                      mpv => {
-                                       arg => "--gpu-context=wayland --force-media-title=*TITLE* --title=*TITLE* --no-ytdl",
+                                       arg => "--gpu-context=wayland --force-media-title=*TITLE* --title=*TITLE* --no-ytdl --msg-level=all=fatal,display-tags=status,statusline=status",
                                        audio => "--audio-file=*AUDIO*",
                                        cmd => "mpv",
                                        fs => "--fullscreen",
-- 
cgit v1.2.3