diff options
author | Joe <rbo@gmx.us> | 2024-06-16 19:34:15 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-16 19:34:15 +0200 |
commit | 6f28d911c905325fcaa25a29167dc3fc7ae98a1e (patch) | |
tree | 33e6babbe810e540205235d202be223eb61a5e25 /.config/mpv/mpv.conf | |
parent | up (diff) | |
download | dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.gz dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.bz2 dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.xz dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.zst dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.zip |
up
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index ad9a188..fbb1019 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,2 +1,4 @@ video-sync=display-resample osc=yes +demuxer-max-bytes=1GiB +script-opts=ytdl_hook-ytdl_path=yt-dlp,ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$" |