https://github.com/mycroftai/skill-playback-control
Mycroft AI official Playback Control Skill - providing Intents for other Skills to use common playback functionality (via Common Play)
https://github.com/mycroftai/skill-playback-control
hacktoberfest mycroft mycroft-skill mycroftai play playback playback-controls
Last synced: about 1 month ago
JSON representation
Mycroft AI official Playback Control Skill - providing Intents for other Skills to use common playback functionality (via Common Play)
- Host: GitHub
- URL: https://github.com/mycroftai/skill-playback-control
- Owner: MycroftAI
- License: apache-2.0
- Created: 2017-06-14T11:25:44.000Z (almost 8 years ago)
- Default Branch: 21.02
- Last Pushed: 2023-01-19T01:40:16.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:46:47.347Z (3 months ago)
- Topics: hacktoberfest, mycroft, mycroft-skill, mycroftai, play, playback, playback-controls
- Language: QML
- Homepage: https://mycroft.ai/skills
- Size: 98.6 KB
- Stars: 6
- Watchers: 6
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Playback Control
Common playback control system## About
This Skill doesn't do anything by itself, but it provides an important common
language for audio playback skills. By handling simple phrases like
'pause', this one Skill can turn around and rebroadcast the [messagebus](https://mycroft.ai/documentation/message-bus/)
command `mycroft.audio.service.pause`, allowing several music services to share
common terminology such as "pause".Additionally, this implements the common Play handler. This allows playback
services to negotiate which is best suited to play back a specific request.
This capability is used by the [Spotify](https://github.com/forslund/spotify-skill) and [Pandora](https://github.com/mycroftai/pianobar-skill) Skills, among others.## Examples
* "Play my summer playlist"
* "Play Pandora"
* "Pause"
* "Resume"
* "Next song"
* "Next track"
* "Previous track"
* "Previous song"## Credits
Mycroft AI (@MycroftAI)## Category
**Music**## Tags
#music
#play
#playback
#pause
#resume
#next
#system