[event-channel-managarr]: Bump to v1.26.1600157 — dummy-EPG title & date-rule fixes#115
Open
PiratesIRC wants to merge 1 commit into
Open
[event-channel-managarr]: Bump to v1.26.1600157 — dummy-EPG title & date-rule fixes#115PiratesIRC wants to merge 1 commit into
PiratesIRC wants to merge 1 commit into
Conversation
…ate-rule fixes
- Fallback/localized titles no longer render literal {channel_name} or
{month}/{day} {starttime}; event-number separator accepts '-'.
- Pattern Configuration (title/time/date) set in the UI now persists across
plugin runs; default patterns use JS-style (?<name>) groups so Dispatcharr's
validator accepts them.
- [PastDate] honors an explicit stop: end timestamp (hides once stop:+grace
elapses) while names without stop: keep day-granularity behavior.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Maintainers | ✅ | PiratesIRC |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.26.1600157 |
| Version bump | ✅ | 1.26.1401103 → 1.26.1600157 |
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PiratesIRC in this repository (5)
| Plugin | Slug | Version |
|---|---|---|
| Channel Mapparr | channel-mapparr |
1.26.1430910 |
| EPG Janitor | epg-janitor |
1.26.1420824 |
| IPTV Checker | iptv-checker |
1.26.1582047 |
| Lineuparr | lineuparr |
1.26.1431300 |
| Stream-Mapparr | stream-mapparr |
1.26.1082140 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates event-channel-managarr to v1.26.1600157.
Only
plugins/event-channel-managarr/plugin.pyandplugin.jsonchange (version 1.26.1401103 → 1.26.1600157). AuthorPiratesIRCis inauthor.Dummy-EPG programme titles (reported via Emby/Jellyfin guides)
{channel_name}titles on the fallback path (Dispatcharr's renderer usesfallback_title_templateverbatim, so it's now empty → real channel name, plus a static fallback description).{month}/{day} {starttime}for matched events without a parseable date+time; the live title is plain{title}(timed channels still occupy the correct timezone-converted slot;Upcoming…/Ended…keep localized date/time).-soLIVE EVENT 31 - GOBI …no longer leaks a leading-.Custom Pattern Configuration (issue #21)
title_pattern/time_pattern/date_patternnow persist across plugin runs; stock installs still auto-upgrade.(?<name>)groups so the frontend regex validator accepts them (renderer converts server-side).[PastDate] honors stop: (issue #22)
stop:YYYY-MM-DD HH:MM:SS,[PastDate]compares the real end datetime (stop:+ grace); names withoutstop:keep day-granularity.Verified against the live Dispatcharr renderer and a full 489-channel scan. Repo release: https://github.com/PiratesIRC/Dispatcharr-Event-Channel-Managarr-Plugin/releases/tag/v1.26.1600157