From 908cb7db8fc63e8253ccd9c02d4e5c4b7c2493d6 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 20 Feb 2023 22:51:55 +0000 Subject: [PATCH] deploy: 5e889b385c43a8a72ada5ebc4888bbebb129b438 --- options.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/options.html b/options.html index d36c7a522..03c3ae1c9 100644 --- a/options.html +++ b/options.html @@ -7760,6 +7760,25 @@ For available options see Declared by:

<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: