From 2143b1b422fc741ceeca10cc1ad69f3ae39df497 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 22 Feb 2021 16:40:20 +0200 Subject: [PATCH] mpv.conf: enable two simultaneous subtitles --- conf/mpv.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/mpv.conf b/conf/mpv.conf index d8a9efa8..b1ab151f 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -5,6 +5,10 @@ alang=jpn,jp,ja # but I still prefer to have subtitles slang=fi,fin,en,eng,eo,epo +# Enable two simultaneous subtitles (first slang on bottom, second on top?) +sid=auto +secondary-sid=auto + # Fullscreen by default fs=yes