diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-10 19:22:20 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-12 01:49:18 +0300 |
commit | 3c821c79a0e798c3237b9fc963225d8dc2b0ecf6 (patch) | |
tree | f691c1f4a8ff9a2227f78e9b263e45915a670591 /dotfiles/.config/youtube-viewer/youtube-viewer.conf | |
parent | cc8e82941800a8ebb8a59ab22987a41c5aaa9c3e (diff) | |
download | swayrice-3c821c79a0e798c3237b9fc963225d8dc2b0ecf6.tar.gz swayrice-3c821c79a0e798c3237b9fc963225d8dc2b0ecf6.zip |
Make mpv quieter, especially from youtube-viewer
Diffstat (limited to 'dotfiles/.config/youtube-viewer/youtube-viewer.conf')
-rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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", |