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:
services.mpd-mpris.package
The mpd-mpris package to use.
Type: package
Default:
pkgs.mpd-mpris
Declared by:
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:
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:
services.mpd-mpris.mpd.password
The password to connect to MPD.
Type: null or string
Default:
null
Declared by:
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:
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: