An open source sonos controller written in python. Relies on PySide6 and the soco library. Work in Progress. I am making this application to be able to use my Sonos Play 1 on linux. I'm trying to make this controller as complete as possible, so hopefully we will have a good controller for linux instead of having to rely on our phones and tablets to control our devices.
As this application relies on soco and PySide6
I've had problems installing SoCo through
pip install soco
So I cloned the soco repo and used
pip install .
whilst in the directory, this did work perfectly.
sonosopencontroller is released under the MIT license.