AUTHORS.rst
LICENSE.rst
MANIFEST.in
README.rst
makefile
pylintrc
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
dev_tools/analyse_ws.ini
dev_tools/analyse_ws.py
dev_tools/pychecker.bat
dev_tools/pychecker.sh
dev_tools/sonosdump.py
doc/Makefile
doc/authors.rst
doc/conf.py
doc/examples.rst
doc/faq.rst
doc/getting_started.rst
doc/index.rst
doc/make.bat
doc/plugins.rst
doc/release_notes.rst
doc/requirements.txt
doc/tutorial.rst
doc/_static/imageMapResizer.min.js
doc/_templates/page.html
doc/advanced/data-structures-mod.rst
doc/advanced/events.rst
doc/advanced/events_asyncio.rst
doc/advanced/events_twisted.rst
doc/advanced/index.rst
doc/advanced/services.rst
doc/advanced/topology.rst
doc/api/soco.alarms.rst
doc/api/soco.cache.rst
doc/api/soco.config.rst
doc/api/soco.core.rst
doc/api/soco.data_structures.rst
doc/api/soco.discovery.rst
doc/api/soco.events.rst
doc/api/soco.exceptions.rst
doc/api/soco.groups.rst
doc/api/soco.ms_data_structures.rst
doc/api/soco.music_library.rst
doc/api/soco.music_services.accounts.rst
doc/api/soco.music_services.music_service.rst
doc/api/soco.music_services.rst
doc/api/soco.music_services.token_store.rst
doc/api/soco.plugins.example.rst
doc/api/soco.plugins.plex.rst
doc/api/soco.plugins.rst
doc/api/soco.plugins.sharelink.rst
doc/api/soco.plugins.spotify.rst
doc/api/soco.plugins.wimp.rst
doc/api/soco.rst
doc/api/soco.services.rst
doc/api/soco.snapshot.rst
doc/api/soco.soap.rst
doc/api/soco.utils.rst
doc/api/soco.xml.rst
doc/development/index.rst
doc/development/release-howto.rst
doc/development/unittests.rst
doc/graphics/data_structures.png
doc/graphics/data_structures.svg
doc/releases/0.10.rst
doc/releases/0.11.1.rst
doc/releases/0.11.rst
doc/releases/0.12.rst
doc/releases/0.13.rst
doc/releases/0.14.rst
doc/releases/0.15.rst
doc/releases/0.16.rst
doc/releases/0.17.rst
doc/releases/0.18.rst
doc/releases/0.19.rst
doc/releases/0.20.rst
doc/releases/0.21.rst
doc/releases/0.22.rst
doc/releases/0.23.rst
doc/releases/0.24.rst
doc/releases/0.25.rst
doc/releases/0.26.rst
doc/releases/0.27.rst
doc/releases/0.28.rst
doc/releases/0.29.rst
doc/releases/0.30.rst
doc/releases/0.6.rst
doc/releases/0.7.rst
doc/releases/0.8.rst
doc/releases/0.9.rst
doc/releases/index.rst
examples/commandline/README.rst
examples/commandline/discover.py
examples/commandline/screenshot.png
examples/commandline/tunein.py
examples/play_local_files/play_local_files.py
examples/plugins/socoplugins.py
examples/snapshot/basic_snap.py
examples/snapshot/multi_zone_snap.py
examples/webapp/.gitignore
examples/webapp/README.md
examples/webapp/index.py
examples/webapp/requirements.txt
examples/webapp/screenshot.png
examples/webapp/settings.py.example
examples/webapp/static/css/bootstrap.min.css
examples/webapp/static/css/main.css
examples/webapp/static/img/blank.jpg
examples/webapp/static/img/glyphicons-halflings-white.png
examples/webapp/static/img/glyphicons-halflings.png
examples/webapp/static/js/bootstrap.min.js
examples/webapp/static/js/jquery.min.js
examples/webapp/templates/index.html
soco/__init__.py
soco/alarms.py
soco/cache.py
soco/config.py
soco/core.py
soco/data_structure_quirks.py
soco/data_structures.py
soco/data_structures_entry.py
soco/discovery.py
soco/events.py
soco/events_asyncio.py
soco/events_base.py
soco/events_twisted.py
soco/exceptions.py
soco/groups.py
soco/ms_data_structures.py
soco/music_library.py
soco/services.py
soco/snapshot.py
soco/soap.py
soco/utils.py
soco/xml.py
soco/zonegroupstate.py
soco.egg-info/PKG-INFO
soco.egg-info/SOURCES.txt
soco.egg-info/dependency_links.txt
soco.egg-info/requires.txt
soco.egg-info/top_level.txt
soco/music_services/__init__.py
soco/music_services/accounts.py
soco/music_services/data_structures.py
soco/music_services/music_service.py
soco/music_services/token_store.py
soco/plugins/__init__.py
soco/plugins/example.py
soco/plugins/plex.py
soco/plugins/sharelink.py
soco/plugins/spotify.py
soco/plugins/wimp.py
tests/conftest.py
tests/official_and_extended_didl_classes.txt
tests/soco_unittest.py
tests/test_alarms.py
tests/test_cache.py
tests/test_core.py
tests/test_data_structures_entry_integration.py
tests/test_discovery.py
tests/test_events.py
tests/test_integration.py
tests/test_metadata_parsing.py
tests/test_ms_data_structures.py
tests/test_music_library.py
tests/test_music_service_data_structures.py
tests/test_musicservices.py
tests/test_new_datastructures.py
tests/test_services.py
tests/test_singleton.py
tests/test_soap.py
tests/test_utils.py
tests/test_xml.py
tests/data/data_structures_entry_integration/album.json
tests/data/data_structures_entry_integration/album.xml
tests/data/data_structures_entry_integration/album_compilation.xml
tests/data/data_structures_entry_integration/album_favorite.xml
tests/data/data_structures_entry_integration/album_list.xml
tests/data/data_structures_entry_integration/artist.json
tests/data/data_structures_entry_integration/artist.xml
tests/data/data_structures_entry_integration/audio_broadcast.json
tests/data/data_structures_entry_integration/audio_broadcast.xml
tests/data/data_structures_entry_integration/composer.json
tests/data/data_structures_entry_integration/composer.xml
tests/data/data_structures_entry_integration/genre.json
tests/data/data_structures_entry_integration/genre.xml
tests/data/data_structures_entry_integration/playlist.json
tests/data/data_structures_entry_integration/playlist.xml
tests/data/data_structures_entry_integration/playlist_favorite.xml
tests/data/data_structures_entry_integration/radio_show.json
tests/data/data_structures_entry_integration/radio_show.xml
tests/data/data_structures_entry_integration/recent_show.xml
tests/data/data_structures_entry_integration/same_artist.xml
tests/data/data_structures_entry_integration/share.json
tests/data/data_structures_entry_integration/share.xml
tests/data/data_structures_entry_integration/source_linein.xml
tests/data/data_structures_entry_integration/track.json
tests/data/data_structures_entry_integration/track.xml
tests/data/data_structures_entry_integration/tracklist.xml
tests/data/media_metadata_payloads/bbc.json
tests/data/media_metadata_payloads/cifs.json
tests/data/media_metadata_payloads/pandora.json
tests/data/media_metadata_payloads/sonos_radio.json
tests/data/media_metadata_payloads/tunein.json
tests/data/media_metadata_payloads/tunein_2.json