From: Simon Ruderich Date: Sat, 1 Apr 2023 08:08:14 +0000 (+0200) Subject: multimedia: mpv: increase cache size and prefetch next file X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e0781e9769805ba0afeeb24876f3f93689eab7f1 multimedia: mpv: increase cache size and prefetch next file --- diff --git a/multimedia/mpv/mpv.conf b/multimedia/mpv/mpv.conf index 94f86f7..96ebf6d 100644 --- a/multimedia/mpv/mpv.conf +++ b/multimedia/mpv/mpv.conf @@ -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