1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +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; enable = true;
config = { config = {
force-window = "yes"; force-window = "yes";
ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best"; ytdl-format = "bestvideo+bestaudio/best";
}; };
bindings = { bindings = {
"Alt+RIGHT" = "add video-rotate 90"; "Alt+RIGHT" = "add video-rotate 90";