]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
multimedia: mpv: increase cache size and prefetch next file
authorSimon Ruderich <simon@ruderich.org>
Sat, 1 Apr 2023 08:08:14 +0000 (10:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 1 Apr 2023 08:08:14 +0000 (10:08 +0200)
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