MyNixOS website logo
option

services.mpd-discord-rpc.settings

Configuration included in config.toml. For available options see https://github.com/JakeStanger/mpd-discord-rpc#configuration.

Declarations
Type
TOML value
Default
{ }
Example
{
  format = {
    details = "$title";
    state = "On $album by $artist";
  };
  hosts = [
    "localhost:6600"
  ];
}