diff options
author | Olivia Mackintosh <livvy@base.nu> | 2022-08-07 21:14:35 +0200 |
---|---|---|
committer | Olivia Mackintosh <livvy@base.nu> | 2022-08-07 21:39:08 +0200 |
commit | 7926b7136afbfe596109f997549109c9933a8998 (patch) | |
tree | fc3e79dab65137e48ef54adbd7b03d901180636e /.config/mpv | |
parent | 73887eee59ddd41492ab570a7a6dd752a75035f0 (diff) | |
download | dotfiles-7926b7136afbfe596109f997549109c9933a8998.tar.gz |
Add mpv config
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..730af54 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,3 @@ +ytdl-format=bestvideo[height<?720][fps<=?30][vcodec!=?vp9]+bestaudio/best= + +script-opts-append=ytdl_hook-ytdl_path=yt-dlp |