From a603c56255eb3fa556f9cd2edbfe337aa27b5841 Mon Sep 17 00:00:00 2001 From: jstevenscl <241141505+jstevenscl@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:58:08 -0400 Subject: [PATCH] =?UTF-8?q?[tickarr]:=20bump=20to=20v0.3.06=20=E2=80=94=20?= =?UTF-8?q?fix=20Siren=20Tone=20Interval=20not=20disabling=20at=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- plugins/tickarr/README.md | 3 +++ plugins/tickarr/plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/tickarr/README.md b/plugins/tickarr/README.md index 29a2abd..27ae6b0 100644 --- a/plugins/tickarr/README.md +++ b/plugins/tickarr/README.md @@ -2,9 +2,12 @@ Dynamic text overlays for IPTV channels managed by Dispatcharr. +📖 **[Read the full User Guide](https://github.com/jstevenscl/tickarr/blob/master/docs/USERGUIDE.md)** — setup steps, settings reference, and troubleshooting for every feature below. + ## Features - **SiriusXM Now Playing** — auto-maps Dispatcharr channels to SiriusXM stations and displays the current artist and track in a centered overlay box +- **EAS/JAS Weather Alerts (USA + Canada)** — NWS and Environment Canada alert overlays with broadcast-style ticker and attention tone - **Custom Text** — user-defined static or scrolling text, with always-on or timed display schedules - **Sports Ticker** — live scores from the ESPN API across 23 leagues and NASCAR, with single-color and multi-color rendering modes diff --git a/plugins/tickarr/plugin.json b/plugins/tickarr/plugin.json index 941e358..0af6edb 100644 --- a/plugins/tickarr/plugin.json +++ b/plugins/tickarr/plugin.json @@ -1,6 +1,6 @@ { "name": "Tickarr", - "version": "0.3.05", + "version": "0.3.06", "description": "Dynamic text overlays for IPTV channels — Satellite Radio Now Playing, Sports Ticker, Custom Text, EAS/JAS Weather Alerts", "author": "jstevenscl", "license": "MIT",