1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(mpv): only watch best quality

This commit is contained in:
2020-12-14 07:45:08 +01:00
parent 72f04f9391
commit 98f7de9680

View File

@@ -8,7 +8,7 @@ in {
enable = true;
config = {
force-window = "yes";
ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best";
ytdl-format = "bestvideo+bestaudio/best";
};
bindings = {
"Alt+RIGHT" = "add video-rotate 90";