diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-12-29 12:00:30 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-12-29 12:00:30 +1300 |
commit | 2a1ea7ff758083ab7c5d8616b291e1707ee17e7a (patch) | |
tree | f254b24b369dcabdd344d00a2f38e25f880b4685 /mpv | |
parent | Stop versioning yt-dlp config (diff) | |
download | dotfiles-2a1ea7ff758083ab7c5d8616b291e1707ee17e7a.tar.gz dotfiles-2a1ea7ff758083ab7c5d8616b291e1707ee17e7a.zip |
Prevent mpv from auto sub file searching
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index d1624a79..ca68ade7 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -22,3 +22,6 @@ screenshot-format="png" # ~/.local/share/mpv/screenshots/Red Dwarf S01E01.mkv/mpv_Red Dwarf S01E01.mkv_00:08:20.461_0001.png # screenshot-template="%f/mpv_%f_%P_%04n" + +# Don't try to find external subtitles for me; I'll specify if I want them. +sub-auto=no |