[event-channel-managarr]: release v1.26.2341504 - #254
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoAug 22, 2026
Conversation
Bumps the listing to the published release and adds two sections to the listing README, which is the only documentation surface an external listing has. The new sections cover the two things that have cost real users the most time: that a channel named for tomorrow's event is visible on purpose under the default [FutureDate:2] rule, and that hiding only affects Dispatcharr's profile-scoped output URLs, with the guide field needing the XMLTV URL rather than the playlist URL. Also documents that Channel Groups is comma-separated while the regular expression settings use the pipe character, and that a run now reports group names and patterns that matched nothing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QySHhHmsWqJLJSkB56oCxY
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | PiratesIRC, PiratesIRC |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.26.2341504 |
| Version bump | ✅ | 1.26.2261346 → 1.26.2341504 |
View release v1.26.2341504 on GitHub · Compare v1.26.2261346...v1.26.2341504
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PiratesIRC in this repository (6)
| Plugin | Slug | Version |
|---|---|---|
| Channel Mapparr | channel-mapparr |
1.26.2291823 |
| EPG Janitor | epg-janitor |
1.26.2281111 |
| IPTV Checker | iptv-checker |
1.26.2201040 |
| Lineuparr | lineuparr |
1.26.2291211 |
| Newsflasharr | newsflasharr |
1.26.2241159 |
| Stream-Mapparr | stream-mapparr |
1.26.2241602 |
dispatcharr-plugins-bot
Bot
merged commit Aug 22, 2026
59fc293
into
Dispatcharr:main
10 checks passed
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.
Bumps the listing to the published release
v1.26.2341504and adds two sections to the listing README.What is in the release
Two areas, both from a support case where the plugin behaved correctly every time and the user could not tell why.
A run now reports the configuration it silently ignored. Channel group names that matched no channels are named in the result and the CSV header on every run, not only when the scan finds nothing at all. Regular expression settings that matched nothing are reported the same way. Scheduled run times the scheduler cannot use, such as
2400, are named instead of being discarded without a word, and the settings form now judges them with the same parser the scheduler arms itself from, so the two can no longer disagree.The two name-length hide rules take their cutoff from the tag.
[ShortDescription]and[ShortChannelName]measured against numbers written into the rule bodies. The rule parser already accepted[ShortDescription:20]and the rule then ignored it. Both now read it and fall back to their previous values, so a bare tag behaves exactly as before.A run ledger records what applied runs changed, for a counter on the project README.
README changes
The listing README gains guidance on the two things that cost users the most time: that a channel named for tomorrow's event is visible on purpose under the default
[FutureDate:2], and that hiding only affects Dispatcharr's profile-scoped output URLs, with the guide field needing the XMLTV URL rather than the M3U playlist URL.Checks
source_urlwith{version}substituted returns HTTP 200 (this repository's tags carry av; the bare form 404s).1.26.2261346to1.26.2341504.upstream/main; the diff touches onlyplugins/event-channel-managarr/.