From 607891801fbf2051a0c9062d15a445dd238c1e1b Mon Sep 17 00:00:00 2001 From: ryukamish Date: Sat, 11 Apr 2026 16:06:45 +0530 Subject: add: mako and mpv configs --- mpv/mpv.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mpv/mpv.conf (limited to 'mpv/mpv.conf') diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..ffec86f --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,21 @@ +# General playback settings +save-position-on-quit +resume-playback=yes +screenshot-format=png +screenshot-directory=~/Pictures/mpv_screenshots + +directory-filter-types=video +# autocreate-playlist=filter +keep-open=no + +# Volume settings +volume-max=200 +audio-normalize-downmix=yes + +vo=gpu-next + +# yt-dlp settings +cache=yes +demuxer-cache-wait=yes +cache-secs=240 +demuxer-max-bytes=1G -- cgit v1.3