Lyrion Music Server minimal cross-platform client
You can modify the config.json file using a text editor. Options available are:
serverUrl
: The URL of the Lyrion Music Server web interface to connect to. Do not include any of the 'path'. Fully the example closely.binaryPath
: The path to the Squeezelite binary to use. Mandatory if not using OSX with Apple Silicon.clientName
: The name of the client to display in the menubar. Will attempt to use the computer hostname if not provided.browserWindow
: Customize the size of the browser window.
Example config file:
{
"serverUrl": "http://127.0.0.1:9000",
"binaryPath": "bin/osx/m1/Squeezelite",
"clientName": "Lyrion Minim",
"browserWindow": {
"width": 440,
"height": 700,
}
}