summaryrefslogtreecommitdiff
path: root/hm/soft/mpv.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-26 22:36:08 +0200
committeradikro <adikro@disroot.org>2026-04-26 22:36:08 +0200
commit220b02da85f4350f59cfb6cd60198fc367dd3ed2 (patch)
treea0c9801aa636784df62f9fc7c109a7dbd66fd3da /hm/soft/mpv.nix
parent251ea36117f63919dbb7b928e45740a71f90c7b4 (diff)
sync
Diffstat (limited to 'hm/soft/mpv.nix')
-rw-r--r--hm/soft/mpv.nix34
1 files changed, 20 insertions, 14 deletions
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index b87ceef..848c344 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -24,6 +24,21 @@ in
programs.mpv = {
enable = true;
+ scripts = with pkgs.mpvScripts; [
+ modernz
+ quality-menu
+ mpv-playlistmanager
+ thumbfast
+ mpris
+
+ mpv-image-viewer.image-positioning
+ (pkgs.mpvScripts.builtins.autoload)
+ mpv-cheatsheet-ng
+ webtorrent-mpv-hook
+ autosubsync-mpv
+ sponsorblock
+ ];
+
bindings = {
"CTRL+1" = "apply-profile movie-ultra; show-text \"Movie Ultra Active\"";
"CTRL+2" = "apply-profile anime-mode-a; show-text \"Anime4K: Mode A (UL)\"";
@@ -45,9 +60,13 @@ in
profile = "gpu-hq";
gpu-api = "vulkan";
vo = "gpu-next";
- # hwdec = "vaapi-copy";
+ # hwdec = "vaapi";
hwdec = "no";
+ # osc = "no";
+ # osd-bar = "no";
+ # border = "no";
+
scale = "ewa_lanczossharp";
cscale = "ewa_lanczos";
dscale = "mitchell";
@@ -163,19 +182,6 @@ in
scale = "ewa_lanczossharp";
};
};
-
- scripts = with pkgs.mpvScripts; [
- modernx
- mpv-playlistmanager
- thumbfast
- mpris
-
- webtorrent-mpv-hook
- # reload
- # memo
- autosubsync-mpv
- sponsorblock
- ];
};
hm.soft.yt-dlp.enable = true;