1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-04-15 02:52:45 +02:00

Youtube skill config changes

This commit is contained in:
j1nx 2022-06-01 21:21:39 +02:00
parent 8cf0b6a5cb
commit 8f7e8517d4

View File

@ -63,11 +63,17 @@
"local": { "local": {
"type": "ovos_common_play", "type": "ovos_common_play",
"dbus_type": "system", "dbus_type": "system",
"active": true "active": true,
"youtube_backend": "youtube-dl",
"ydl_backend": "auto"
}, },
"vlc": { "vlc": {
"type": "ovos_vlc", "type": "ovos_vlc",
"active": true "active": true
},
"simple": {
"type": "ovos_audio_simple",
"active": true
} }
}, },
"default-backend": "local" "default-backend": "local"