diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | mpv/mpv.conf | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,4 @@ vim/plugged vim/.netrwhist vim/.netrwhist +mpv/watch_later/* diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..d712598 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,10 @@ +# should be symlinked from ~/.config/mpv/mpv.conf +# use Jack +#ao=jack +ao=pulse +vo=gpu +hwdec=vaapi +audio-channels=2 +save-position-on-quit=yes +ytdl-format=bestvideo[height <= 1080]+bestaudio/best +script-opts-append=ytdl_hook-ytdl_path=yt-dlp |