Skip to content

[tickarr]: bump to v0.3.06 — fix Siren Tone Interval not disabling at 0 - #198

Merged
dispatcharr-plugins-bot[bot] merged 1 commit into
Dispatcharr:mainfrom
jstevenscl:tickarr-v0.3.06
Jul 28, 2026
Merged

[tickarr]: bump to v0.3.06 — fix Siren Tone Interval not disabling at 0#198
dispatcharr-plugins-bot[bot] merged 1 commit into
Dispatcharr:mainfrom
jstevenscl:tickarr-v0.3.06

Conversation

@jstevenscl

Copy link
Copy Markdown
Contributor

Summary

  • Fixes eas_tone_interval always flooring to 30s even when explicitly set to 0 — the settings field's minimum and the code's max(30, ...) clamp both ignored the documented "0 = disable the tone" behavior, so the tone could never actually be turned off. Now 0 is respected end-to-end.
  • README: moved the User Guide link up top (was buried under Requirements) and added the missing EAS/Weather Canada Alerts line to the feature list.

Full release notes: https://github.com/jstevenscl/tickarr/releases/tag/v0.3.06

Test plan

  • plugin.py compiles clean and loads without error in a local Dispatcharr test instance after restart
  • Directly exercised _clone_and_inject_eas(..., tone_interval=0) and confirmed the generated FFmpeg params contain no tone-audio filter, only the visual overlay
  • plugin.json version matches the v0.3.06 GitHub Release tag and its attached tickarr-0.3.06.zip (checksums included in release notes)

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.
@dispatcharr-plugins-bot dispatcharr-plugins-bot Bot added the Plugin Update A plugin already in the repository is being updated. label Jul 28, 2026
@dispatcharr-plugins-bot

Copy link
Copy Markdown

Plugin Validation Results

Modified plugins: 1

Plugin: tickarr

Dynamic text overlays for IPTV channels — Satellite Radio Now Playing, Sports Ticker, Custom Text, EAS/JAS Weather Alerts

Source Repository

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.050.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
dispatcharr-plugins-bot Bot merged commit 6a2c051 into Dispatcharr:main Jul 28, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Plugin Update A plugin already in the repository is being updated.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant