From 1de2c9378965c1b36719c4158154977a108c79f7 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 21 Aug 2026 17:23:23 +0200 Subject: [PATCH] Set default audio/subtitle tracks --- templates/mpv/config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/mpv/config.j2 b/templates/mpv/config.j2 index d9bc854..0c14a71 100644 --- a/templates/mpv/config.j2 +++ b/templates/mpv/config.j2 @@ -8,3 +8,6 @@ keep-open=yes # do not close the window on exit keepaspect-window=no # add black bars if window aspect and video aspect mismatch sub-auto=fuzzy # load all subs containing the media filename + +alang=en,nl +slang=en,nl