aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-04-10 19:22:20 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-04-12 01:49:18 +0300
commit3c821c79a0e798c3237b9fc963225d8dc2b0ecf6 (patch)
treef691c1f4a8ff9a2227f78e9b263e45915a670591
parentcc8e82941800a8ebb8a59ab22987a41c5aaa9c3e (diff)
downloadswayrice-3c821c79a0e798c3237b9fc963225d8dc2b0ecf6.tar.gz
swayrice-3c821c79a0e798c3237b9fc963225d8dc2b0ecf6.zip
Make mpv quieter, especially from youtube-viewer
-rw-r--r--dotfiles/.config/mpv/mpv.conf2
-rw-r--r--dotfiles/.config/youtube-viewer/youtube-viewer.conf2
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",