From: Simon Ruderich Date: Sun, 7 Dec 2014 12:34:25 +0000 (+0100) Subject: mpv/mpv.conf: add MKV languages to *lang options X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=7e57b1eb6fa7882ed489217a98a1478bf8e40415 mpv/mpv.conf: add MKV languages to *lang options --- diff --git a/mpv/mpv.conf b/mpv/mpv.conf index b5af15b..4389fd0 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -28,8 +28,8 @@ softvol=no fs=yes # Prefer English and German audio and subtitles. -alang=en,de -slang=en,de +alang=jpn,en,eng,de,ger +slang=en,eng,de,ger # But don't display subtitles by default. Thanks to wm4 in #mpv-player on # Freenode (2013-10-09 23:42 CEST) for this idea.