services.mpdscribble.endpoints

Endpoints to scrobble to. If the endpoint is one of "jamendo", "last.fm", "libre.fm", "listenbrainz" the url is set automatically.

Type
attribute set of (submodule)
Default
{ }
Example
{
  "last.fm" = {
    passwordFile = "/run/secrets/lastfm_password";
    username = "foo";
  };
}
Declared
<home-manager/modules/services/mpdscribble.nix>