Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.rescrobbled.enable

Whether to enable rescrobbled, a MPRIS music scrobbler daemon.

Type: boolean

Default:

false

Example:

true

Declared by:

services.rescrobbled.package

The rescrobbled package to use.

Type: package

Default:

pkgs.rescrobbled

Declared by:

services.rescrobbled.settings

Configuration written to $XDG_CONFIG_HOME/rescrobbled/config.toml See https://github.com/InputUsername/rescrobbled#configuration for the full list of options.

Type: TOML value

Default:

{ }

Example:

{
  filter-script = "path/to/script";
  lastfm-key = "Last.fm API key";
  lastfm-secret = "Last.fm API secret";
  listenbrainz = [
    {
      token = "User token";
      url = "Custom API URL";
    }
  ];
  min-play-time = 0;
  player-whitelist = [
    "Player MPRIS identity or bus name"
  ];
  use-track-start-timestamp = false;
}

Declared by: