From 908cb7db8fc63e8253ccd9c02d4e5c4b7c2493d6 Mon Sep 17 00:00:00 2001
From: rycee
<home-manager/modules/services/mpd-discord-rpc.nix>
+ |
services.mpd-mpris.enable
Whether to enable mpd-mpris: An implementation of the MPRIS protocol for MPD.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
+ |
services.mpd-mpris.package
The mpd-mpris package to use.
Type: package
Default: pkgs.mpd-mpris
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
+ |
services.mpd-mpris.mpd.host
The address where MPD is listening for connections.
Type: null or string
Default: null
Example: "192.168.1.1"
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
+ |
services.mpd-mpris.mpd.network
The network used to dial to the MPD server. Check +https://golang.org/pkg/net/#Dial +for available values (most common are "tcp" and "unix")
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
+ |
services.mpd-mpris.mpd.password
The password to connect to MPD.
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
+ |
services.mpd-mpris.mpd.port
The port number where MPD is listening for connections.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default: null
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
+ |
services.mpd-mpris.mpd.useLocal
Whether to configure for the local MPD daemon. If
+true
the network
,
+host
, and port
+settings are ignored.
Type: boolean
Default: config.services.mpd.enable
Declared by:
+ <home-manager/modules/services/mpd-mpris.nix>
|
services.mpdris2.enable
Whether to enable mpDris2 the MPD to MPRIS2 bridge.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/mpdris2.nix>
|
services.mpdris2.package
The mpDris2 package to use.
Type: package
Default: pkgs.mpdris2
Declared by:
|