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