]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - multimedia/mpv/mpv.conf
multimedia: mpv: increase cache size and prefetch next file
[config/dotfiles.git] / multimedia / mpv / mpv.conf
index 94f86f785c1da5d6cde42209a764e2af3cb0ebd4..96ebf6d680f24e60769f941120e67f4b580e994c 100644 (file)
@@ -67,4 +67,11 @@ osd-status-msg="${time-pos} / ${duration} (${percent-pos}%)${?demuxer-cache-dura
 # Don't display attached pictures in sound files.
 audio-display=no
 
+# Increase cache size
+demuxer-max-bytes=300MiB
+
+# Load and cache next title in playlist before the current file is ending.
+# Very useful when watching series.
+prefetch-playlist=yes
+
 # vim: ft=mplayerconf