From 8583f37bb7ff056e7ca8539f7769ccce7374739c Mon Sep 17 00:00:00 2001 From: jstevenscl Date: Thu, 9 Jul 2026 19:37:59 -0400 Subject: [PATCH] =?UTF-8?q?[tickarr]:=20bump=20to=20v0.3.03=20=E2=80=94=20?= =?UTF-8?q?fix=20on-demand=20restart=20race=20and=20timing,=20add=20Always?= =?UTF-8?q?=20On=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a multi-worker race where every Dispatcharr worker independently ran Tickarr's viewer-detection loop, causing 2+ simultaneous clone+restart cycles per connect. Fixes on-demand restart timing so the profile swap lands after real playback starts instead of the instant the client transitions from buffering to playing. Adds an Always On trigger mode for Now Playing (previously on-demand only) for players sensitive to mid-stream restarts. Documents the audio-only base profile requirement. Full changelog: https://github.com/jstevenscl/tickarr/releases/tag/v0.3.03 Co-Authored-By: Claude Sonnet 5 --- plugins/tickarr/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tickarr/plugin.json b/plugins/tickarr/plugin.json index f3e9f84..1ba509d 100644 --- a/plugins/tickarr/plugin.json +++ b/plugins/tickarr/plugin.json @@ -1,6 +1,6 @@ { "name": "Tickarr", - "version": "0.3.02", + "version": "0.3.03", "description": "Dynamic text overlays for IPTV channels — Satellite Radio Now Playing, Sports Ticker, Custom Text, EAS/JAS Weather Alerts", "author": "jstevenscl", "license": "MIT",