Fixed
Event names with a bare slot number and no keyword now produce guide entries.
A provider that names its slots 07 - 8/14 7pm Broncos at Falcons, with no PPV, LIVE or EVENT keyword before the number, was not matched by the default title pattern. Dispatcharr's dummy renderer found no match, fell back to its static filler, and the guide showed a repeating block titled with the whole channel name instead of Upcoming at ..., the event, and Ended at ....
The keyword is now optional. A keyword-less name is treated as an event only when the slot number is followed by an explicit separator and then a date or a clock time, so an ordinary channel called 60 Minutes or 100 Huntley Street is still left alone.
If your EPG source still carries the previous default pattern, the plugin replaces it on the next run. A pattern you edited yourself is still preserved, as before.
Also in this release
- The two copies of the US title pattern, one in
plugin.pyand one inecm_profiles.py, are now pinned together by a test. They could previously drift apart without anything noticing, with the renderer reading one and channel routing the other.