ralph-irving / squeezeplay

Squeezeplay software player for Lyrion Music Server.
https://sourceforge.net/projects/lmsclients/files/squeezeplay/
50 stars 14 forks source link

Drop enforced mysqueezebox.com connection #21

Closed gordonb3 closed 5 months ago

gordonb3 commented 7 months ago

This pull request mainly targets SlimDiscovery and PlayBack applets to prevent players attempting to connect to mysqueezebox.com servers. I went ahead and dereferenced most of the other occurrences as well.

Hesitant about the SetupWelcome applet which is somewhat confusing. It appears to contain unreachable targets and variable naming seems inconsistent as well, i.e. squeezenetwork is normally used exclusively to reference the mysqueezebox.com connection but in this applet it looks like it can also be a connection to a local SC (SqueezeCenter aka LMS) and I am missing how it gets to setup completed.

ralph-irving commented 7 months ago

Thank you.

ralph-irving commented 6 months ago

I've merged the changes and updated the ImageViewer applet to use http://ralph.irving.sdf.org/static/images/imageviewer for the default http path settings. Next is to figure out what's going on with SetupWelcome. Thanks again.