/
/
/
1{
2 "config_entries": {
3 "http_port": {
4 "label": "HTTP Server Port",
5 "description": "Port for the MSX HTTP server."
6 },
7 "output_format": {
8 "label": "Audio Output Format",
9 "description": "Audio format for streaming to MSX (mp3, aac, or flac)."
10 },
11 "player_idle_timeout": {
12 "label": "Player Idle Timeout (minutes)",
13 "description": "Unregister MSX players after this many minutes without activity."
14 },
15 "show_stop_notification": {
16 "label": "Show notification before closing player",
17 "description": "Show confirmation dialog on MSX when stopping playback from MA."
18 },
19 "enable_player_grouping": {
20 "label": "Enable player grouping (experimental)",
21 "description": "Experimental: allow grouping multiple MSX TVs to play the same track simultaneously. Disable if you experience issues with multi-TV setups."
22 },
23 "enable_sendspin_bridge": {
24 "label": "Sendspin bridge (experimental)",
25 "description": "Register each TV as a Sendspin client so it can join sample-synchronized playback groups with any Music Assistant players. When a synchronized stream starts, the TV automatically opens the web kiosk in Sendspin mode. Requires a TV browser capable of running the Sendspin web client; playback falls back to the regular HTTP player when the TV cannot connect."
26 },
27 "group_stream_mode": {
28 "label": "Stream Delivery Mode",
29 "description": "How audio reaches the TVs. 'Independent' proxies a separate stream per TV (more CPU, no sync). 'Shared Buffer' uses one ffmpeg process for all group members (less CPU). 'MA Streamserver' redirects TVs to the Music Assistant streamserver directly â least CPU, per-player codec and DSP applied by MA; falls back to Independent when the URL cannot be resolved. Note: in MA Streamserver mode grouped TVs each fetch their own stream (no shared-buffer sync).",
30 "options": {
31 "independent": "Independent (default) - each TV has own proxied stream",
32 "shared": "Shared Buffer - one ffmpeg, multiple readers (less CPU)",
33 "redirect": "MA Streamserver - redirect TVs to Music Assistant directly"
34 }
35 }
36 },
37 "manifest": {
38 "description": "Stream music to Smart TVs via Media Station X"
39 },
40 "errors": {
41 "player_offline": "MSX TV {0} is offline."
42 }
43}
44