services.rescrobbled.settings

Home-Manager option

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 in: <home-manager/modules/services/rescrobbled.nix>source unavailable