diff options
Diffstat (limited to 'media-sound/rescrobbled/files/config.toml')
-rw-r--r-- | media-sound/rescrobbled/files/config.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/rescrobbled/files/config.toml b/media-sound/rescrobbled/files/config.toml new file mode 100644 index 000000000000..f541ca294cf1 --- /dev/null +++ b/media-sound/rescrobbled/files/config.toml @@ -0,0 +1,10 @@ +lastfm-key = "Last.fm API key" +lastfm-secret = "Last.fm API secret" +enable-notifications = false +min-play-time = 0 +player-whitelist = [ "Player MPRIS identity or bus name" ] +filter-script = "path/to/script" + +[[listenbrainz]] +url = "Custom API URL" +token = "User token" |