From 55ae8450b973cad593d5a7c6bb4834bcc6e8f7f1 Mon Sep 17 00:00:00 2001 From: j1nx Date: Sat, 14 Aug 2021 20:55:44 +0200 Subject: [PATCH] Add ovos_guiplayer to configuration file --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 6ec2c8dd..eca3249f 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -66,6 +66,10 @@ "vlc": { "type": "ovos_vlc", "active": true + }, + "mycroft_mediaplayer": { + "type": "ovos_guiplayer", + "active": true } }, "default-backend": "vlc"