1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(mpv): dont always watch the highest resolution

This commit is contained in:
2021-08-10 23:01:20 +02:00
parent 9d0dc4397c
commit 321eb82116

View File

@@ -8,9 +8,8 @@ in {
programs.mpv = {
enable = true;
config = {
ytdl-format = "bestvideo+bestaudio/best";
osc = "no";
ytdl-raw-options= lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
};
bindings = {
"Alt+RIGHT" = "add video-rotate 90";