From d728b4f7dae80dbbc82232e3ddeba0afa64f30f3 Mon Sep 17 00:00:00 2001 From: Bas van den Wollenberg Date: Wed, 07 Aug 2024 20:00:05 +0000 Subject: [PATCH] Stop caching mpv I'd like to maybe figure out how to have it cache only for network mounts but /shrug --- mpv/.config/mpv/mpv.conf | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1,6 +1,6 @@ hwdec=auto #osd-msg1=${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count} screenshot-format=png -cache-on-disk=yes -cache=yes +# cache-on-disk=yes +# cache=yes # keep-open=yes -- tangled.sh