[tickarr]: bump to v0.3.06 — fix Siren Tone Interval not disabling at 0 - #198
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoJul 28, 2026
Merged
Conversation
Fixes eas_tone_interval always flooring to 30s even when set to 0, so the documented "0 = disable the tone" behavior never actually worked. Also fixes the README's Documentation link being easy to miss and adds the missing EAS/Weather Canada feature to the feature list.
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | jstevenscl |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 0.3.06 |
| Version bump | ✅ | 0.3.05 → 0.3.06 |
View release v0.3.06 on GitHub · Compare v0.3.05...v0.3.06
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by jstevenscl in this repository (1)
| Plugin | Slug | Version |
|---|---|---|
| EPGeditARR | epgeditarr |
0.2.10 |
dispatcharr-plugins-bot
Bot
merged commit Jul 28, 2026
6a2c051
into
Dispatcharr:main
10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
eas_tone_intervalalways flooring to 30s even when explicitly set to0— the settings field's minimum and the code'smax(30, ...)clamp both ignored the documented "0 = disable the tone" behavior, so the tone could never actually be turned off. Now0is respected end-to-end.Full release notes: https://github.com/jstevenscl/tickarr/releases/tag/v0.3.06
Test plan
plugin.pycompiles clean and loads without error in a local Dispatcharr test instance after restart_clone_and_inject_eas(..., tone_interval=0)and confirmed the generated FFmpeg params contain no tone-audio filter, only the visual overlayplugin.jsonversion matches thev0.3.06GitHub Release tag and its attachedtickarr-0.3.06.zip(checksums included in release notes)