diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-05-09 00:00:13 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-05-09 00:00:13 +0100 |
commit | 7aef2b8d9a533397d936c3534ded79bc59b60745 (patch) | |
tree | 354b89f5ca792e8d1f248a07a687a6058cacbaf5 | |
parent | f6cd9b78d6da1a068b2f3050e5278aa510b43530 (diff) | |
download | dotfiles-7aef2b8d9a533397d936c3534ded79bc59b60745.tar.gz dotfiles-7aef2b8d9a533397d936c3534ded79bc59b60745.tar.bz2 dotfiles-7aef2b8d9a533397d936c3534ded79bc59b60745.zip |
Make demuxer/cache greater and always save-watch-history in MPV
-rw-r--r-- | mpv/.config/mpv/mpv.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 370f1df..5727f39 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1,4 +1,7 @@ load-unsafe-playlists +save-watch-history # hwdec=auto hwdec=vaapi -gpu-context=x11egl
\ No newline at end of file +gpu-context=x11egl +cache=yes +demuxer-max-bytes=512M
\ No newline at end of file |