SoCo 0.19 release notes

SoCo 0.19 is the latest increment to the SoCo module. Among the additions this time are added methods for library share handling, new methods for relative and group volume handling and a new DIDL-Lite class used for certain podcasts. See the full list of additions and bugfixes below.

SoCo (Sonos Controller) is a Python package that allows you to programmatically control Sonos speakers.

New Features and Improvements

Bugfixes

  • Fixed broken link in loudness docstring, issue #671

  • In soco.events, fixed bug affecting some users in code to determine system’s own IP address. Some systems requires a valid port to be used (not port 0), so we use config.EVENT_LISTENER_PORT. Pull request #680.

  • Copy metadata from DidlItem to MusicServiceItem in get_queue() and events. Pull request #589. Closes issues #535, #547 and #552.

  • Fixed a bug (avoid trying to iterate a None) in the discovery module, commit c8e4a24