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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user