/
/
/
1{
2 "config_entries": {
3 "sgp_note": {
4 "label": "Sync groups allow you to group compatible players together to play audio in sync. Players can only be grouped together if they support the same sync protocol"
5 },
6 "group_members": {
7 "label": "Group members",
8 "description": "Select the members of this sync group. "
9 },
10 "dynamic_members": {
11 "label": "Enable dynamic members",
12 "description": "Allow (un)joining members dynamically, so the group more or less behaves the same like manually syncing players together, with the main difference being that the group player will hold the queue."
13 },
14 "allowed_members": {
15 "label": "Allowed members",
16 "description": "Limit which players can join this group. Leave empty to allow any sync-compatible player. This can be used to reduce the list of players that show up for joining in case you have a lot of players."
17 }
18 },
19 "manifest": {
20 "description": "Create (permanent) sync groups to group speakers of compatible protocols/ecosystems to play audio in sync."
21 },
22 "errors": {
23 "not_dynamic": "Group {0} does not allow dynamically adding or removing members.",
24 "remove_self": "Cannot remove {0} from itself as a member."
25 }
26}
27