summaryrefslogtreecommitdiff
path: root/user-profiles/mpv
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-27 18:28:37 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-27 18:28:37 +0100
commitf68a00caca20cbc1a96a9a2add59c2037dd29f5a (patch)
tree328f018c4cd696ed0a8ae000c8ab479af87d5b14 /user-profiles/mpv
parent626d60b58abd84d05021c5dcb26c73e4ae3e463c (diff)
downloadnixos-f68a00caca20cbc1a96a9a2add59c2037dd29f5a.tar
nixos-f68a00caca20cbc1a96a9a2add59c2037dd29f5a.tar.gz
nixos-f68a00caca20cbc1a96a9a2add59c2037dd29f5a.tar.bz2
nixos-f68a00caca20cbc1a96a9a2add59c2037dd29f5a.tar.xz
nixos-f68a00caca20cbc1a96a9a2add59c2037dd29f5a.zip
yt-dlp: ...
Diffstat (limited to 'user-profiles/mpv')
-rw-r--r--user-profiles/mpv/default.nix9
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";