samtherussell / squeezebox-controller

A python interface for controlling Logitech Squeezeboxes via the SqueezeboxServer
MIT License
14 stars 10 forks source link

Add support for authentication. #4

Open jlafaye opened 5 years ago

jlafaye commented 5 years ago

Controlling a squeezebox setup via mysqueezebox.com is now possible.

Authentication is performed by sending a username & a password to mysqueezebox.com which replies with an authentication cookie that should be included in all future requests. The authentication method has been replicated from the one performed by the web remote control found on http://www.mysqueezebox.com/index/Home.

jlafaye commented 5 years ago

Ok, I will fix the missing mocked cookies and let you know when it is fixed.