Skip to content

Commit

Permalink
feat(mpv.conf): add subsplus to auto-profile (Snaacky#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored Dec 2, 2023
1 parent 22516bd commit 0baba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/tutorials/mpv/portable_config/mpv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0baba47

Please sign in to comment.