music-assistant-server

567 BJSON
manifest.json
567 B18 lines • json
1{
2  "type": "player",
3  "domain": "snapcast",
4  "stage": "stable",
5  "name": "Snapcast",
6  "description": "Synchronize and play music across Snapcast clients (including web browsers and Android devices) on your network.",
7  "codeowners": ["@SantiagoSotoC"],
8  "credits": ["[python-snapcast](https://github.com/happyleavesaoc/python-snapcast)"],
9  "requirements": [
10    "snapcast==2.3.7",
11    "bidict==0.23.1",
12    "websocket-client==1.9.0"
13  ],
14  "documentation": "https://music-assistant.io/player-support/snapcast/",
15  "multi_instance": false,
16  "builtin": false
17}
18