From 9319495bfd2742d82495c6a73ce90493444c24df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Tue, 21 Jan 2025 22:51:27 +0300
Subject: mpv: fuzzy sub detection

---
 dotfiles/.config/mpv/mpv.conf | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'dotfiles')

diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf
index c17ea6c..136a5e6 100644
--- a/dotfiles/.config/mpv/mpv.conf
+++ b/dotfiles/.config/mpv/mpv.conf
@@ -8,6 +8,8 @@ osd-font=monospace
 osd-msg3="${?core-idle==yes:}${?core-idle==no:} ${time-pos}/${duration} ${media-title}"
 input-ipc-server=/tmp/mpvsock 
 
+sub-auto=fuzzy
+
 ytdl-format="bestvideo[height<=1440]+bestaudio"
 
 # https://bbs.archlinux.org/viewtopic.php?id=262784
-- 
cgit v1.2.3