Add mpris support
This commit is contained in:
parent
f011b376bb
commit
86f9f75bd7
6 changed files with 126 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue