OVOS Common Playback

October 1, 2021 ยท View on GitHub

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"
  }
}