Skip to content
This repository has been archived by the owner on Jan 4, 2023. 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

Notifications You must be signed in to change notification settings

OpenVoiceOS/skill-ovos-common-play

 
 

Repository files navigation

OVOS Common Playback

This skill has been replaced with a plugin, it doesn't do anything by itself except installing the plugin

Please see https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin

To enable OCP edit mycroft.conf

{
  "Audio": {
    "backends": {
      "local": {
        "type": "ovos_common_play",
        "active": true
      },
      "vlc": {
        "type": "ovos_vlc",
        "active": true
      }
    },
    "default-backend": "local"
  }
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%