From 7eb9ff06f8c08b2ace785b0e6623d72cd2336554 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 26 Jul 2022 16:31:29 +0530 Subject: dunstrc and mpv.conf changes --- .config/mpv/mpv.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.config/mpv') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 70a63e1..00d871d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -39,7 +39,7 @@ #autofit-larger=90%x90% # Do not close the window on exit. -keep-open=yes +keep-open=no #Don't close the video on end, instead loop it and wait for q #loop-file='inf' @@ -105,8 +105,11 @@ volume=50 # Display English subtitles if available. slang=en -# Play Finnish audio if available, fall back to English otherwise. -#alang=fi,en +#fuzzy find srt in same directory +sub-auto=fuzzy + +#Play English subtitles if available, fall back to Korean otherwise. +#slang=en,kr # Change subtitle encoding. For Arabic subtitles use 'cp1256'. # If the file seems to be valid UTF-8, prefer UTF-8. -- cgit v1.2.3