From 306d186bef505b460c34a24ce3b0cbd0b018bd10 Mon Sep 17 00:00:00 2001 From: hooke007 Date: Thu, 2 Sep 2021 19:24:17 +0800 Subject: [PATCH] revert keep-open --- src/Resources/editor_conf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/editor_conf.txt b/src/Resources/editor_conf.txt index c61a66d..25bd9c0 100644 --- a/src/Resources/editor_conf.txt +++ b/src/Resources/editor_conf.txt @@ -498,7 +498,7 @@ option = no [setting] name = keep-open-pause file = mpv -default = no +default = yes filter = Playback help = If set to no, instead of pausing when keep-open is active, just stop at end of file and continue playing forward when you seek backwards until end where it stops again. @@ -508,7 +508,7 @@ option = no [setting] name = keep-open file = mpv -default = yes +default = no filter = Playback help = Using no, mpv would terminate after the last file but mpv.net never terminates automatically.