From 251ea36117f63919dbb7b928e45740a71f90c7b4 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 19 Apr 2026 23:17:47 +0200 Subject: minor mpv changes --- hm/soft/media.nix | 1 - hm/soft/mpv.nix | 17 +++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'hm/soft') diff --git a/hm/soft/media.nix b/hm/soft/media.nix index 04bc670..350517b 100644 --- a/hm/soft/media.nix +++ b/hm/soft/media.nix @@ -12,7 +12,6 @@ in config = lib.mkIf cfg.enable { home.packages = with pkgs; [ stremio-linux-shell - krita czkawka nsxiv pinta diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix index b9ad274..b87ceef 100644 --- a/hm/soft/mpv.nix +++ b/hm/soft/mpv.nix @@ -45,7 +45,8 @@ in profile = "gpu-hq"; gpu-api = "vulkan"; vo = "gpu-next"; - hwdec = "vaapi-copy"; + # hwdec = "vaapi-copy"; + hwdec = "no"; scale = "ewa_lanczossharp"; cscale = "ewa_lanczos"; @@ -164,14 +165,14 @@ in }; scripts = with pkgs.mpvScripts; [ - webtorrent-mpv-hook - videoclip - thumbfast - reload - mpv-subtitle-lines - mpv-notify-send modernx - memo + mpv-playlistmanager + thumbfast + mpris + + webtorrent-mpv-hook + # reload + # memo autosubsync-mpv sponsorblock ]; -- cgit v1.3