From c141b8357436733c35861459aab52ddc15af78d7 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 30 Aug 2023 14:08:32 +0500 Subject: [mpv] Add plugins - uosc - sponsorblock - thumbfast --- files/.config/mpv/mpv.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'files/.config/mpv/mpv.conf') diff --git a/files/.config/mpv/mpv.conf b/files/.config/mpv/mpv.conf index 9f9f81d..a140576 100644 --- a/files/.config/mpv/mpv.conf +++ b/files/.config/mpv/mpv.conf @@ -1,3 +1,7 @@ +osc=no +osd-bar=no +border=no + # Speed up playback by the factor speed=1.33 @@ -6,6 +10,7 @@ force-window=immediate # Always save the current playback position on quit save-position-on-quit +ignore-path-in-watch-later-config # Disable any use of the terminal and stdin/stdout/stderr no-terminal @@ -13,6 +18,9 @@ no-terminal # Enable any whitelisted hardware video decoding API hwdec=auto-safe +interpolation=yes +video-sync=display-resample + # If the current file is an image, kept open forever image-display-duration=inf # @@ -21,8 +29,10 @@ screenshot-directory=~/mpv-screenshots # Cache size demuxer-max-bytes=500M +demuxer-max-back-bytes=100M ytdl-format="bestvideo[height<=?1080]+bestaudio/best" +ytdl-raw-options=sponsorblock-mark=all # # PROFILES -- cgit v1.2.3