From bf3ba96f3be80ffedd91983f120f800f1150b39a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 12 May 2022 16:22:20 +0100 Subject: added profiles to mpv config --- mpv/mpv.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mpv/mpv.conf') diff --git a/mpv/mpv.conf b/mpv/mpv.conf index a8592a7..ed4c141 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,3 +8,16 @@ audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best script-opts-append=ytdl_hook-ytdl_path=yt-dlp + + +[1080p] +ytdl-format=bestvideo[height<=?1080]+bestaudio/best + +[720p] +ytdl-format=bestvideo[height<=?720]+bestaudio/best + +[480p] +ytdl-format=bestvideo[height<=?480]+bestaudio/best + +[360p] +ytdl-format=bestvideo[height<=?360]+bestaudio/best -- cgit v1.2.3