Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncan3dc/sonos-console
A command line application for controlling Sonos networks
https://github.com/duncan3dc/sonos-console
Last synced: 4 days ago
JSON representation
A command line application for controlling Sonos networks
- Host: GitHub
- URL: https://github.com/duncan3dc/sonos-console
- Owner: duncan3dc
- License: apache-2.0
- Created: 2014-11-15T20:44:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T11:20:09.000Z (over 5 years ago)
- Last Synced: 2024-05-05T05:41:34.760Z (6 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
sonos-console
=============A command line application for controlling Sonos networks.
[![release](https://poser.pugx.org/duncan3dc/sonos-console/version.svg)](https://packagist.org/packages/duncan3dc/sonos-console)
[![build](https://travis-ci.org/duncan3dc/sonos-console.svg?branch=master)](https://travis-ci.org/duncan3dc/sonos-console)
[![coverage](https://codecov.io/gh/duncan3dc/sonos-console/graph/badge.svg)](https://codecov.io/gh/duncan3dc/sonos-console)Usage
-----No compiled phar is available yet, until it is you will need to either clone this repo, or download the latest release package from GitHub.
Once you have the source code, the console application can be run from the root of the repo like so:
```
./bin/sonos
```This will list all available commands.
Help
----All commands have help available via the -h/--help option or the help command itself:
```
./bin/sonos network:get-rooms -h
./bin/sonos network:get-rooms --help
./bin/sonos help network:get-rooms
```Changelog
---------
A [Changelog](CHANGELOG.md) has been available since version 0.1.0Where to get help
-----------------
Found a bug? Got a question? Just not sure how something works?
Please [create an issue](//github.com/duncan3dc/sonos-console/issues) and I'll do my best to help out.
Alternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)