Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-26 Thread rgdawson
philippe_44 wrote: > It’s not a plugin addition in that case, it’s native in LMS When I initially was looking around in the LMS source to learn how discovery works, I never saw the CLIP command for discovery. It is not part of the Discovery.pm file. After Philippe told us about it, I found it

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-25 Thread rgdawson
philippe_44 wrote: > You can add ‘CLIP’ in the discovery packet request and it will return > the cli port > > My discovery broadcast request is eVERS\0JSON\0CLIP Fantastic, thanks. R Greg Dawson Squeezelite-X

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread philippe_44
paul- wrote: > Wish I knew that years ago, didn’t realize that a plug-in could add a > discovery method. > > Perl is incredibly hard to follow sometimes with all of its overrides. It’s not a plugin addition in that case, it’s built in in LMS LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet,

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread paul-
Wish I knew that years ago, didn’t realize that a plug-in could add a discovery method. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread philippe_44
mherger wrote: > > You can add ‘CLIPâ€[emoji769] in the discovery packet request and it > will return > > the cli port > > Hehe... it's always good to know there are people out there who actually > > understand this stuff :-D > > -- > > Michael That was just one time :) BTW, your amp is

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread Michael Herger
You can add ‘CLIP’ in the discovery packet request and it will return the cli port Hehe... it's always good to know there are people out there who actually understand this stuff :-D -- Michael ___ Squeezecenter mailing list

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread philippe_44
rgdawson wrote: > The telnet interface allows me to subscribe/listen to server events, > like new song events, player name changes, player status changes > asynchronously. It was the easiest solution. I would like to not use > telnet, so I guess I am going to have to learn CometD and use that.

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread rgdawson
mherger wrote: > > I'm trying to write some code to auto-discover and configure my > client > > software (Squeezelite-X) for connecting to LMS. I can discover > servers > > on my network and that protocol provides the server name and > Json(Http) > > port ID. Can I use Json to ask the server

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread Michael Herger
I'm trying to write some code to auto-discover and configure my client software (Squeezelite-X) for connecting to LMS. I can discover servers on my network and that protocol provides the server name and Json(Http) port ID. Can I use Json to ask the server what its CLI port number is configured

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread rgdawson
paul- wrote: > Not that I'm aware of.What are you doing that you can't do via the > jsonrpc interface? The telnet interface allows me to subscribe/listen to server events, like new song events, player name changes, player status changes asynchronously. It was the easiest solution. I

Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread paul-
Not that I'm aware of.What are you doing that you can't do via the jsonrpc interface? piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'