Add mpris support

This commit is contained in:
Geoffrey Frogeye 2024-08-11 14:54:51 +02:00
parent f011b376bb
commit 86f9f75bd7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 126 additions and 21 deletions

View file

@ -52,7 +52,7 @@
hwdec = "auto-safe";
profile = "gpu-hq";
};
scripts = with pkgs.mpvScripts; [ thumbnail ];
scripts = with pkgs.mpvScripts; [ thumbnail mpris ];
scriptOpts = {
mpv_thumbnail_script = {
autogenerate = false; # TODO It creates too many processes at once, crashing the system