music-assistant-server
527 B•JSON
manifest.json
527 B • 14 lines • json
1{
2 "type": "plugin",
3 "domain": "lastfm_scrobble",
4 "stage": "stable",
5 "name": "LastFM Scrobbler",
6 "description": "Scrobbles your listening history to Last.fm (and others with a compatible API like Libre.fm), building rich listening stats and recommendations.",
7 "codeowners": ["@music-assistant"],
8 "credits": ["[pylast](https://github.com/pylast/pylast)"],
9 "documentation": "https://music-assistant.io/plugins/lastfm_scrobble/",
10 "multi_instance": false,
11 "builtin": false,
12 "requirements": ["pylast==7.0.2"]
13}
14