From 10809204dfd617dc6a76c7ae9eebd18d8f1ff230 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 21 Apr 2025 11:00:39 -0400 Subject: [PATCH] Default Mycroft config from fresh install. --- c12s/mycroft.conf.orig | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 c12s/mycroft.conf.orig diff --git a/c12s/mycroft.conf.orig b/c12s/mycroft.conf.orig new file mode 100644 index 0000000..b88b7d0 --- /dev/null +++ b/c12s/mycroft.conf.orig @@ -0,0 +1,57 @@ +{ + "log_level": "INFO", + "logs": { + "path": "stdout" + }, + "play_wav_cmdline": "play %1", + "play_mp3_cmdline": "play %1", + "lang": "en-US", + "listener": { + "VAD": { + "module": "ovos-vad-plugin-silero" + } + }, + "skills": { + "installer": { + "allow_pip": true, + "allow_alphas": true + } + }, + "gui": { + "extension": "ovos-gui-plugin-shell-companion", + "gui_file_host_path": "/home/ovos/.cache/gui_files" + }, + "websocket": { + "max_msg_size": 100 + }, + "PHAL": { + "admin": { + "ovos-PHAL-plugin-system": { + "enabled": true + } + } + }, + "open_data": { + "intent_urls": [ + "https://metrics.tigregotico.pt/intents" + ] + }, + "tts": { + "ovos-tts-plugin-server": { + "voice": "ryan-low" + }, + "module": "ovos-tts-plugin-server" + }, + "stt": { + "ovos-stt-plugin-server": {}, + "module": "ovos-stt-plugin-server", + "fallback_module": "" + }, + "system_unit": "imperial", + "temperature_unit": "fahrenheit", + "precipitation_unit": "inch", + "windspeed_unit": "mph", + "time_format": "half", + "spoken_time_format": "half", + "date_format": "MDY" +} \ No newline at end of file