From 4a2aec918befd5c553bbd0b63e4fe01b0430e64c Mon Sep 17 00:00:00 2001 From: j1nx Date: Tue, 7 Nov 2023 09:45:18 +0000 Subject: [PATCH] [ALL] Disable MPRIS support for now (one step at a time) --- .../rootfs-overlay/home/ovos/ovos/config/mycroft.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf index 0d7bd50a..e1cb20d6 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf +++ b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf @@ -70,15 +70,16 @@ "manage_external_players": true, "active": true, "youtube_backend": "youtube-dl", - "ydl_backend": "auto" + "ydl_backend": "auto", + "disable_mpris": true }, "vlc": { "type": "ovos_vlc", - "active": true + "active": false }, "simple": { "type": "ovos_audio_simple", - "active": true + "active": false } } },