From c67b8b52c845850a0c736ecedbd5167cb6b49ea7 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Fri, 26 Jul 2024 18:30:13 +0300 Subject: Do not close mpv when video ends --- .config/mpv/mpv.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config/mpv') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 5de0234..03bc35c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,4 @@ osd-on-seek=msg-bar volume-max=150 ytdl-format=bestvideo[height<=?1080]+bestaudio/best +keep-open=yes -- cgit v1.2.3