Closed JarbasAl closed 1 month ago
The pull request modifies the mycroft.conf
configuration file, specifically updating the utterance_filename
setting within the listener
section. The filename generation format is changed from "{hash}-{uuid4}"
to "{md5}-{uuid4}"
, which alters how saved utterance filenames are created. The configuration structure remains unchanged, with additional comments added for potential future updates and clarifications regarding the listener's functionality.
File Path | Change Summary |
---|---|
ovos_config/mycroft.conf | Updated utterance_filename from "{hash}-{uuid4}" to "{md5}-{uuid4}" in the listener section; added comments for future updates. |
utterance_filename
setting in the mycroft.conf
file, as it discusses the introduction of customizable filename features, which aligns with the modification made in the main PR.In the world of config, a change took flight,
From hash to MD5, filenames shine bright.
With each little utterance, a new name to find,
A leap for the listener, so clever and kind.
Hopping through settings, with joy we embrace,
A future of clarity in this digital space! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
dev@12da5ad
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
companion to https://github.com/OpenVoiceOS/ovos-dinkum-listener/pull/140
the current default value in config is no longer valid
Summary by CodeRabbit
New Features
Documentation