diff options
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 ]; |
