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:
parent
8cf0b6a5cb
commit
8f7e8517d4
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user