aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-12-29 12:00:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2022-12-29 12:00:30 +1300
commit2a1ea7ff758083ab7c5d8616b291e1707ee17e7a (patch)
treef254b24b369dcabdd344d00a2f38e25f880b4685
parentStop versioning yt-dlp config (diff)
downloaddotfiles-2a1ea7ff758083ab7c5d8616b291e1707ee17e7a.tar.gz
dotfiles-2a1ea7ff758083ab7c5d8616b291e1707ee17e7a.zip
Prevent mpv from auto sub file searching
-rw-r--r--mpv/mpv.conf3
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