diff options
-rw-r--r-- | mpv/mpv-laptop.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mpv/mpv-laptop.conf b/mpv/mpv-laptop.conf new file mode 100644 index 0000000..c4aa03c --- /dev/null +++ b/mpv/mpv-laptop.conf @@ -0,0 +1,8 @@ +# should be symlinked from ~/.config/mpv/mpv.conf +audio-display=no +vo=gpu +volume=50 +audio-channels=2 +save-position-on-quit=yes +ytdl-format=bestvideo[height <= 720][fps<=30][vcodec!=vp9]+bestaudio/best[height<=720] +script-opts-append=ytdl_hook-ytdl_path=/home/lemon/.local/bin/yt-dlp |