diff options
Diffstat (limited to 'hm/soft')
| -rw-r--r-- | hm/soft/mpv.nix | 34 |
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; |
