mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(mpv): dont always watch the highest resolution
This commit is contained in:
@@ -8,9 +8,8 @@ in {
|
|||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
ytdl-format = "bestvideo+bestaudio/best";
|
|
||||||
osc = "no";
|
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 = {
|
bindings = {
|
||||||
"Alt+RIGHT" = "add video-rotate 90";
|
"Alt+RIGHT" = "add video-rotate 90";
|
||||||
|
|||||||
Reference in New Issue
Block a user