summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-12 16:22:20 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-12 16:22:20 +0100
commitbf3ba96f3be80ffedd91983f120f800f1150b39a (patch)
tree406d9ca27f192b7fe47dfe9165bd6c38ab1def0d
parent63258e3ed08858cc8ba38b7398dc0f2aac72ed35 (diff)
added profiles to mpv config
-rw-r--r--mpv/mpv.conf13
1 files changed, 13 insertions, 0 deletions
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