From 5c059360b8f7346a7a5c9ebe6541b19dbfdd2021 Mon Sep 17 00:00:00 2001 From: Swen Gross <25036977+emphasize@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:27:10 +0100 Subject: [PATCH 1/3] elevate sound media role (#201) --- ovos_utils/sound/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ovos_utils/sound/__init__.py b/ovos_utils/sound/__init__.py index 28cdc275..056b3ce0 100644 --- a/ovos_utils/sound/__init__.py +++ b/ovos_utils/sound/__init__.py @@ -17,12 +17,12 @@ def read_mycroft_config(): return dict() -# Create a custom environment to use that can be ducked by a phone role. -# This is kept separate from the normal os.environ to ensure that the TTS -# role isn't affected and that any thirdparty software launched through -# a mycroft process can select if they wish to honor this. +# Create a custom environment to use that can let duck a music role. +# This is kept separate from the normal os.environ to ensure that +# any thirdparty software launched through +# a ovos process can select if they wish to honor this. _ENVIRONMENT = deepcopy(os.environ) -_ENVIRONMENT['PULSE_PROP'] = 'media.role=music' +_ENVIRONMENT['PULSE_PROP'] = 'media.role=phone' def _get_pulse_environment(config): From 167d6c1bc379c6dec266f8c4b276eac0c927dd76 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 8 Nov 2023 21:27:23 +0000 Subject: [PATCH 2/3] Increment Version to 0.0.37a1 --- ovos_utils/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_utils/version.py b/ovos_utils/version.py index 8b1643bb..bb3b4c9c 100644 --- a/ovos_utils/version.py +++ b/ovos_utils/version.py @@ -2,6 +2,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 36 -VERSION_ALPHA = 0 +VERSION_BUILD = 37 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 3384462cd35d5d28d26f35ccbfd7d23ce5778035 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 8 Nov 2023 21:27:53 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 110 ++------------------------------------------------- 1 file changed, 3 insertions(+), 107 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f5d694..6b5d5df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,116 +1,12 @@ # Changelog -## [0.0.36](https://github.com/OpenVoiceOS/ovos-utils/tree/0.0.36) (2023-10-25) +## [0.0.37a1](https://github.com/OpenVoiceOS/ovos-utils/tree/0.0.37a1) (2023-11-08) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a12...0.0.36) - -**Closed issues:** - -- Import `EventSchedulerInterface` from ovos-bus-client [\#168](https://github.com/OpenVoiceOS/ovos-utils/issues/168) - -## [V0.0.36a12](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a12) (2023-10-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a11...V0.0.36a12) - -**Fixed bugs:** - -- \[GUI\] `_pages2uri` reports page not found when omitting extension [\#194](https://github.com/OpenVoiceOS/ovos-utils/issues/194) - -**Merged pull requests:** - -- Remove error log for GUI resource resolution [\#198](https://github.com/OpenVoiceOS/ovos-utils/pull/198) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [V0.0.36a11](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a11) (2023-10-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a10...V0.0.36a11) - -**Merged pull requests:** - -- deprecate the sound utils module [\#190](https://github.com/OpenVoiceOS/ovos-utils/pull/190) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.36a10](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a10) (2023-10-19) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a9...V0.0.36a10) - -**Fixed bugs:** - -- fix/scheduled\_event message.context [\#196](https://github.com/OpenVoiceOS/ovos-utils/pull/196) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.36a9](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a9) (2023-10-12) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a8...V0.0.36a9) - -**Implemented enhancements:** - -- update FakeBus to support session [\#195](https://github.com/OpenVoiceOS/ovos-utils/pull/195) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.36a8](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a8) (2023-09-26) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a7...V0.0.36a8) - -**Implemented enhancements:** - -- Support "logging" section to allow per-service log level changes [\#189](https://github.com/OpenVoiceOS/ovos-utils/pull/189) ([lbt](https://github.com/lbt)) - -## [V0.0.36a7](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a7) (2023-09-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a6...V0.0.36a7) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36...0.0.37a1) **Fixed bugs:** -- hotfix/gui\_sync [\#192](https://github.com/OpenVoiceOS/ovos-utils/pull/192) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.36a6](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a6) (2023-09-13) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a5...V0.0.36a6) - -**Merged pull requests:** - -- refactor/less\_gui\_spam [\#191](https://github.com/OpenVoiceOS/ovos-utils/pull/191) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.36a5](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a5) (2023-09-05) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a4...V0.0.36a5) - -**Implemented enhancements:** - -- Only scan for executables if a good one has not yet been found [\#187](https://github.com/OpenVoiceOS/ovos-utils/pull/187) ([lbt](https://github.com/lbt)) - -## [V0.0.36a4](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a4) (2023-09-05) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a3...V0.0.36a4) - -**Implemented enhancements:** - -- IntentServiceInterface Tests and Minor Fixes [\#186](https://github.com/OpenVoiceOS/ovos-utils/pull/186) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [V0.0.36a3](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a3) (2023-08-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a2...V0.0.36a3) - -**Fixed bugs:** - -- remove \_HACK [\#184](https://github.com/OpenVoiceOS/ovos-utils/pull/184) ([JarbasAl](https://github.com/JarbasAl)) - -**Closed issues:** - -- \_\_HACK\_preload in file\_utils.py causes circular import when launching ovos\_dinkum\_listener [\#183](https://github.com/OpenVoiceOS/ovos-utils/issues/183) - -## [V0.0.36a2](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a2) (2023-08-07) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36a1...V0.0.36a2) - -**Fixed bugs:** - -- HACK / speed up resolve\_ovos\_resource\_file [\#182](https://github.com/OpenVoiceOS/ovos-utils/pull/182) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.36a1](https://github.com/OpenVoiceOS/ovos-utils/tree/V0.0.36a1) (2023-08-07) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.35...V0.0.36a1) - -**Merged pull requests:** - -- Update `events` module docs and default values [\#181](https://github.com/OpenVoiceOS/ovos-utils/pull/181) ([NeonDaniel](https://github.com/NeonDaniel)) +- elevate sound media role [\#201](https://github.com/OpenVoiceOS/ovos-utils/pull/201) ([emphasize](https://github.com/emphasize))