diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2023-08-06 19:24:43 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2023-08-06 19:24:43 +0000 |
commit | 2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e (patch) | |
tree | 8c7216bf123ed434a6bbfd3685097e2d726cc851 /.config/mpv/mpv.conf | |
parent | 5e4938da5428f12971a160e835c1929b06e9f7c9 (diff) | |
download | dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.gz dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.bz2 dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.lz dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.xz dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.zst dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.zip |
Add mpv and weechat config
Diffstat (limited to '')
-rw-r--r-- | .config/mpv/mpv.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..5fb4e93 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,20 @@ +ytdl-format='bestvideo[height<=?1080]+bestaudio/best' + +keep-open=always # don't quit the entire player after playback ends +idle=yes # don't destroy the player window after playback ends +reset-on-next-file=pause # reset the pause state (unpause) when a new file + # is loaded + +cache=yes +# demuxer-readahead-secs=60 +# demuxer-seekable-cache=yes +# demuxer-max-bytes=1000MiB +# video-reversal-buffer=500MiB +# audio-reversal-buffer=200MiB +# demuxer-max-back-bytes=700MiB +# hwdec-extra-frames=256 +# demuxer-cache-wait=yes +#hr-seek=yes +#demuxer-backward-playback-step= + + |