forked from SoCo/soco.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 1.42 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 1.42 KB
1
{"name":"SoCo","tagline":"Controlling your Sonos speakers from Python and the commandline","body":"Welcome to SoCo\r\n===============\r\n\r\nSoCo (Sonos Controller) lets you control your [Sonos](http://www.sonos.com/) speakers from Python or the commandline.\r\n\r\nPython example\r\n--------------\r\n\r\nWhen using Python, you need the [soco](https://pypi.python.org/pypi/soco) package (see [GitHub project](https://github.com/SoCo/SoCo)).\r\n\r\n```` python\r\n\r\nimport soco\r\nspeakers = soco.discover()\r\n\r\nspeaker = speakers[0]\r\nspeaker.play()\r\n\r\n````\r\n\r\nCommandline example\r\n-------------------\r\n\r\nFor the commandline interface you need the socos package (see [GitHub project](https://github.com/SoCo/socos)).\r\n\r\n```` bash\r\n\r\n$ socos list\r\n(1) 192.168.0.129 Living room\r\n(2) 192.168.0.130 Bedroom\r\n\r\n$ socos play 192.168.0.129\r\n\r\n```\r\n\r\nDiscuss\r\n-------\r\n\r\nIf you want to ask questions or start a discussion, you can find us on [Google Groups](https://groups.google.com/forum/#!forum/python-soco).\r\n\r\n\r\nRelated Projects\r\n----------------\r\n\r\n* [Automated Intro Music in the Office](http://scottlobdell.me/2014/02/automated-intro-music-in-the-office-python-opencv-gphoto2-and-boost/)\r\n* [Sonos Control server for the Smarthome.py Project](https://github.com/pfischi/shSonos)","google":"UA-107321-10","note":"Don't delete this file! It's used internally to help with page regeneration."}