From 8f7e8517d42bef62d2bc691c82ce062e4377246a Mon Sep 17 00:00:00 2001
From: j1nx
Date: Wed, 1 Jun 2022 21:21:39 +0200
Subject: [PATCH] Youtube skill config changes
---
.../rootfs-overlay/etc/mycroft/mycroft.conf | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
index 5efa74b1..fbf8c7fb 100644
--- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
+++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
@@ -63,11 +63,17 @@
"local": {
"type": "ovos_common_play",
"dbus_type": "system",
- "active": true
+ "active": true,
+ "youtube_backend": "youtube-dl",
+ "ydl_backend": "auto"
},
"vlc": {
"type": "ovos_vlc",
"active": true
+ },
+ "simple": {
+ "type": "ovos_audio_simple",
+ "active": true
}
},
"default-backend": "local"