/
/
/
1{
2 "config_entries": {
3 "cli_telnet_port": {
4 "label": "Classic Squeezebox CLI Port",
5 "description": "Some slimproto based players require the presence of the telnet CLI to request more information. \n\nBy default this CLI is hosted on port 9090 but some players also accept a different port. Set to 0 to disable this functionality.\n\nCommands allowed on this interface are very limited and just enough to satisfy player compatibility, so security risks are minimized to practically zero. You may safely disable this option if you have no players that rely on this feature or you don't care about the additional metadata."
6 },
7 "cli_json_port": {
8 "label": "JSON-RPC CLI/API Port",
9 "description": "Some slimproto based players require the presence of the JSON-RPC API from LMS to request more information. For example to fetch the album cover and other metadata. \n\nThis JSON-RPC API is compatible with Logitech Media Server but not all commands are implemented. Just enough to satisfy player compatibility. \n\nBy default this JSON CLI is hosted on port 9000 but most players also accept it on a different port. Set to 0 to disable this functionality.\n\nYou may safely disable this option if you have no players that rely on this feature or you don't care about the additional metadata."
10 },
11 "discovery": {
12 "label": "Enable Discovery server",
13 "description": "Broadcast discovery packets for slimproto clients to automatically discover and connect to this server. \n\nYou may want to disable this feature if you are running multiple slimproto servers on your network and/or you don't want clients to auto connect to this server."
14 },
15 "port": {
16 "label": "Slimproto port",
17 "description": "The TCP/UDP port to run the slimproto sockets server. The default is 3483 and using a different port is not supported by hardware squeezebox players. Only adjust this port if you want to use other slimproto based servers side by side with (squeezelite) software players."
18 },
19 "display": {
20 "label": "Enable display support",
21 "description": "Enable/disable native display support on squeezebox or squeezelite32 hardware."
22 },
23 "visualization": {
24 "label": "Visualization type",
25 "description": "The type of visualization to show on the display during playback if the device supports this."
26 },
27 "preset": {
28 "label": "Preset {0}",
29 "description": "Assign a playable item to the player's preset. Only supported on real squeezebox hardware or jive(lite) based emulators."
30 }
31 },
32 "manifest": {
33 "description": "Stream music to Squeezelite and some legacy Squeezebox players on your local network using the slimproto protocol."
34 }
35}
36