diff options
| author | adikro <adikro@disroot.org> | 2026-04-19 23:17:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-19 23:17:47 +0200 |
| commit | 251ea36117f63919dbb7b928e45740a71f90c7b4 (patch) | |
| tree | 2e877ea555b99ada90a3dbfa9618dc1a1a91439a /hm/soft/mpv.nix | |
| parent | 97eec64e5b301c9b25a31289ef909df2f2eb11e5 (diff) | |
minor mpv changes
Diffstat (limited to 'hm/soft/mpv.nix')
| -rw-r--r-- | hm/soft/mpv.nix | 17 |
1 files changed, 9 insertions, 8 deletions
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 ]; |
