diff options
Diffstat (limited to 'user-profiles/mpv')
-rw-r--r-- | user-profiles/mpv/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 642eb004..5c4012cb 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix | |||
@@ -7,15 +7,6 @@ | |||
7 | }; | 7 | }; |
8 | config = { | 8 | config = { |
9 | ytdl = true; | 9 | ytdl = true; |
10 | ytdl-format = lib.concatStringsSep "/" [ | ||
11 | "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" | ||
12 | "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]" | ||
13 | "best[protocol!=http_dash_segments]" | ||
14 | ]; | ||
15 | ytdl-raw-options = lib.concatStringsSep "," [ | ||
16 | "netrc=" | ||
17 | "mark-watched=" | ||
18 | ]; | ||
19 | sub = false; | 10 | sub = false; |
20 | osd-font = "DejaVu Sans"; | 11 | osd-font = "DejaVu Sans"; |
21 | vo = "gpu"; | 12 | vo = "gpu"; |