From a6a97e05e522922019bfd3b572a3d1daab388ff8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 21 Aug 2016 02:35:03 +0200 Subject: [PATCH] mpv: use fuzzy matching to find subtitles --- mpv/mpv.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 19eeaa3..aae4784 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,6 +1,6 @@ # Mpv (mplayer2 fork) configuration file. -# Copyright (C) 2011-2015 Simon Ruderich +# Copyright (C) 2011-2016 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,6 +44,9 @@ sub-text-font-size=33 # pleasant to read for me. sub-text-margin-y=30 +# Try to find subtitles in similar-looking file names. +sub-auto=fuzzy + # Disable the mouse as I don't use it. input-cursor=no -- 2.43.2