diff options
Diffstat (limited to 'files/.config/mpv/mpv.conf')
| -rw-r--r-- | files/.config/mpv/mpv.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
