/
/
/
1{
2 "config_entries": {
3 "ugp_note": {
4 "label": "Please note that although the Universal Group allows you to group any player, it will not (and can not) enable audio sync between players of different ecosystems. It is advised to always use native player groups or sync groups when available for your player type(s) and use the Universal Group only to group players of different ecosystems/protocols."
5 },
6 "ugp_output_format": {
7 "label": "Output format for Universal Group playback",
8 "description": "Universal Groups deliver the exact same encoded stream to every member, regardless of each member's capabilities. Pick the format that all members can play; MP3 is the safest default. Use the FLAC options only when every member supports FLAC playback.",
9 "options": {
10 "mp3": "MP3 (320 kbps)",
11 "flac_44100_16": "FLAC 44.1 kHz / 16-bit",
12 "flac_48000_24": "FLAC 48 kHz / 24-bit"
13 }
14 },
15 "group_members": {
16 "label": "Group members",
17 "description": "Select all players you want to be part of this group"
18 },
19 "dynamic_members": {
20 "label": "Enable dynamic members",
21 "description": "Allow members to (temporary) join/leave the group dynamically."
22 }
23 },
24 "manifest": {
25 "description": "Create universal groups to group speakers of different protocols/ecosystems to play the same audio (but not in sync)."
26 },
27 "errors": {
28 "group_not_dynamic": "Group {0} does not allow dynamically adding or removing members.",
29 "cannot_add_group_to_itself": "Cannot add {0} to itself as a member.",
30 "cannot_remove_group_from_itself": "Cannot remove {0} from itself as a member."
31 }
32}
33