diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpv/mpv.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..81dcf71 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,23 @@ +hwdec +cache +slang=en +alang=en +sub-auto=fuzzy +sub-file-paths=~/.local/share/subs +save-position-on-quit +audio-channels=stereo +keepaspect-window=no +sub-font='sans' +sub-font-size=50 +sub-border-size=1 +sub-color='#eeeeee' +osd-font='sans' +osd-font-size=17 +osd-border-size=1 +osd-color='#eeeeee' +screenshot-directory=~/pix/ss +script-opts=ytdl_hook-ytdl_path=yt-dlp +ytdl-format="bestvideo[height<=2400]+bestaudio/best" + +[extension.gif] +loop-file=inf |