Version information
released Jan 18th 2014
Start using this module
Add this module to your Puppetfile:
mod 'jasper-sonos', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jasper/sonos — version 0.1.0 Jan 18th 2014
sonos
This is the sonos module currently providing a single type to manage your Sonos system. Currently only a single speaker can be managed.
Types
sonos_speaker
Facts
sonos_speakers
-- list of all Sonos speakers, by namesonos_$speaker_model
-- model of the given Sonos speaker
ToDo
- Add additional types such as:
sonos
to manage the full Sonos setup and options that span multiple speakers/groups/zones.sonos_queue
to manage the queue for a given speaker
- Implement some notion of groups and/or zones.
- ensure => playing/stopped/paused
Dependencies
- The types and facts require that the 'sonos' gem is installed.
- A Sonos system :-) This module was tested with a Play:1.
License
ISC
Types in this module release
Copyright (c) 2014 Jasper Lievisse Adriaanse <jasper@humppa.nl> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.