MyNixOS website logo
option

services.mpdscribble.endpoints

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

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "last.fm" = {
    passwordFile = "/run/secrets/lastfm_password";
    username = "foo";
  };
}