From e0781e9769805ba0afeeb24876f3f93689eab7f1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 1 Apr 2023 10:08:14 +0200 Subject: [PATCH] multimedia: mpv: increase cache size and prefetch next file --- multimedia/mpv/mpv.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.43.2