From 0baba47793b990c9dd94e415d871e4c86a63b538 Mon Sep 17 00:00:00 2001 From: Raventric <78981416+Ravencentric@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:42:46 +0530 Subject: [PATCH] feat(mpv.conf): add subsplus to auto-profile (#218) --- docs/static/tutorials/mpv/portable_config/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/tutorials/mpv/portable_config/mpv.conf b/docs/static/tutorials/mpv/portable_config/mpv.conf index 52c92ed0e..e4b9cc73c 100644 --- a/docs/static/tutorials/mpv/portable_config/mpv.conf +++ b/docs/static/tutorials/mpv/portable_config/mpv.conf @@ -51,7 +51,7 @@ sub-ass-style-overrides=Kerning=yes ## Auto profiles [simulcast] -profile-cond=string.match(p.filename, "SubsPlease") or string.match(p.filename, "Erai%-raws") or string.match(p.filename, "Tsundere%-Raws") or string.match(p.filename, "%-VARYG") or string.match(p.filename, "HorribleSubs") +profile-cond=filename:match("SubsPlease") or filename:match("Erai%-raws") or filename:match("Tsundere%-Raws") or filename:match("%-VARYG") or filename:match("HorribleSubs") or filename:match("SubsPlus%+") profile-restore=copy sub-fix-timing=yes sub-ass-override=force