Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismessina/alfred-sonos-toolkit
An Alfred Workflow to control Sonos and search for music
https://github.com/chrismessina/alfred-sonos-toolkit
Last synced: 24 days ago
JSON representation
An Alfred Workflow to control Sonos and search for music
- Host: GitHub
- URL: https://github.com/chrismessina/alfred-sonos-toolkit
- Owner: chrismessina
- License: apache-2.0
- Created: 2020-11-26T22:20:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T00:37:22.000Z (about 4 years ago)
- Last Synced: 2024-05-01T19:32:37.714Z (8 months ago)
- Size: 3.33 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonos Toolkit for Alfred
The Sonos Toolkit for Alfred offers a set of keywords that let you quickly interact with Sonos's [Mac app](https://support.sonos.com/s/downloads).
This extension doesn't support programmatic access to Sonos, like searching your music or configuring your system from within Alfred. For that kind of integration, try the [Alfred Sonos Controller](https://github.com/karimkaylani/alfred-sonoscontroller) by [Karim Kaylani](https://github.com/karimkaylani).
# Installation
1. Download [sonos-toolkit.alfredworkflow](https://github.com/chrismessina/alfred-sonos-toolkit/raw/main/sonos-toolkit.alfredworkflow).
2. Double-click `sonos-toolkit.alfredworkflow` to install it._You will need to be an [Alfred Powerpack](https://www.alfredapp.com/powerpack/) user to enable this workflow._
# Usage
You can use the following keywords to control Sonos:
| Keyword | Icon | Description |
|------------------ |--------------------------------------------------------------------- |------------------------------ |
| `previous` | | Go to previous track |
| `pause` | | Pause audio |
| `play` | | Play audio |
| `next` | | Advance to next track |
| `shuffle` | | Toggle shuffle |
| `mute` | | Mute audio |
| `volume-down` | | Decrease volume |
| `volume-up` | | Increase volume |
| `search` | | Search current source |
| `mini` | | Switch to Mini Controller |
| `sonos` | | Switch to Main Controller |# Changelog[¹](https://keepachangelog.com/)
## [v0.1.3] - 2020-12-08
### Changed
- Updated Workflow icon## [v0.1.2] - 2020-11-26
### Changed
- Some tweaks to AppleScripts. No major functionality differences
- Update OneUpdater## [v0.1.0] - 2020-08-06
- Initial Release# About
This workflow is unaffiliated with nor endorsed by Sonos. Thanks to [Daniel John Jones](https://twitter.com/ideoforms?s=21) for his support.
You can [file bugs](https://github.com/chrismessina/alfred-sonos-toolkit/issues/new) or [submit feature requests](https://github.com/chrismessina/alfred-sonos-toolkit/issues/new) on GitHub using the label `workflow:sonos-toolkit`.