Skip to content

v0.3.03

Latest

Choose a tag to compare

@jstevenscl jstevenscl released this 23 Aug 20:12

Fixes

  • HOME/AWAY/NATIONAL regional-feed channels now match correctly (MLB reported, same shape applies to NBA/NFL/any matchup sport). Providers that run separate regional broadcast feeds for the same game (e.g. ... HOME 23 Aug 01:35 PM ET / ... AWAY 23 Aug 01:35 PM ET) were left "Not Assigned" — the trailing feed-tag/date text wasn't being stripped before matchup parsing, which tanked the fuzzy team-name match score. Fixed.
  • New {feed_tag} / {feed_line} Sport Template variables let you distinguish the two feeds instead of both colliding on an identical channel name — e.g. {away_team_pascal} @ {home_team_pascal}{feed_line} -> Tampa Bay Rays @ Baltimore Orioles (Home Feed). See docs/SPORT_TEMPLATES.md.

New

  • Restart Dispatcharr action - reloads Dispatcharr's backend process so it picks up a plugin update, without a full container restart. Run this after installing or updating EPGeditARR.

Both fixes validated end-to-end against a live Dispatcharr instance before release.