# This is example configuration file for mpdlisten # This section specifies mpd configuration [mpd] # Host to connect to, this is the default value if you don't specify it host = 127.0.0.1 # Port to connect to, this is the default value if you don't specify it port = 6600 # This section specifies listenbrainz configuration [listenbrainz] # Your username username = some_username # Your listenbrainz api token token = some_token # This will create mpd playlist named Loved based on what songs you have loved on ListenBrainz, defaults to false sync_loved = false # This will create mpd playlist based on weekly jams in ListenBrainz, defaults to false fetch_jams = false # This will create mpd playlist based on weekly exploration in ListenBrainz, also this will create new ListenBrainz playlist featuring only songs that are not present in your mpd database, defaults to false fetch_exploration = false