From: Simon Ruderich Date: Sun, 21 Aug 2016 00:35:03 +0000 (+0200) Subject: mpv: use fuzzy matching to find subtitles X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a6a97e05e522922019bfd3b572a3d1daab388ff8 mpv: use fuzzy matching to find subtitles --- 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