music-server: add MPRIS bridge
This commit is contained in:
parent
178f098e3b
commit
87dd388c21
1 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Translate our commands over MPRIS2.
|
||||||
|
services.mpdris2 = {
|
||||||
|
enable = true;
|
||||||
|
multimediaKeys = true;
|
||||||
|
notifications = true;
|
||||||
|
|
||||||
|
# We're streaming, baby!
|
||||||
|
mpd.musicDirectory = null;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue