diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-14 17:55:21 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-14 17:55:21 +0200 |
commit | 08b2882e502fa15cb07b39e23d82b8ac7614af02 (patch) | |
tree | 5b4f17702590a09e90658eaedb81eb3e1a7d0871 /media-sound/rescrobbled/files/config.toml | |
parent | media-video/aegisub: Stabilize 3.2.2_p20160518-r105 amd64, #890816 (diff) | |
download | gentoo-08b2882e502fa15cb07b39e23d82b8ac7614af02.tar.gz gentoo-08b2882e502fa15cb07b39e23d82b8ac7614af02.tar.bz2 gentoo-08b2882e502fa15cb07b39e23d82b8ac7614af02.zip |
media-sound/rescrobbled: new package, add 0.6.2
- MPRIS music scrobbler daemon.
- if your player supports MPRIS the content can be scrobbled.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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" |