Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Mycroft AI official Playback Control Skill - providing Intents for other Skills to use common playback functionality (via Common Play)

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

NeonGeckoCom/skill-playback_control

 
 

Repository files navigation

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 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 and Pandora Skills, among others.

Examples

  • "Play my summer playlist"
  • "Play Pandora"
  • "Pause"
  • "Resume"
  • "Next song"
  • "Next track"
  • "Previous track"
  • "Previous song"

Credits

Mycroft AI NeonDaniel

Category

Music

Tags

#music #play #playback #pause #resume #next #system

About

Mycroft AI official Playback Control Skill - providing Intents for other Skills to use common playback functionality (via Common Play)

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 72.2%
  • Python 27.8%