aboutsummaryrefslogtreecommitdiff
path: root/mpv/mpv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mpv/mpv.conf')
-rw-r--r--mpv/mpv.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf
index d1624a79..553d73b7 100644
--- a/mpv/mpv.conf
+++ b/mpv/mpv.conf
@@ -22,3 +22,13 @@ 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
+
+# Get somewhat lower-resolution (<=640kps), lower-bitrate (<=500kbps) videos,
+# so that they come down quicker and slower systems are less likely to stutter
+# while playing them at busy times; if I want archival quality, I'll just
+# invoke yt-dlp directly.
+#
+ytdl-format="[height<=?640][tbr<=?500]"