[lineuparr] Update to 1.26.2142327 - #213
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoAug 3, 2026
Merged
Conversation
Brings the Hub copy up to the current release. It was on 1.26.1791747. New in this version: - A lineup channel entry may carry its own aliases array, merged for that lineup only, which is where stream-name variants specific to one provider belong instead of the global table. - An alias that is a US broadcast callsign now reaches a stream carrying that callsign anywhere in its name. Ordinary words with callsign shape are excluded, so they never pull in unrelated streams. - A channel name of the form CC_Name marks that one channel as belonging to another country, so a mostly US lineup can carry a block of foreign channels without giving up country filtering. The prefix is stripped before anything else sees it. - Every action that exports a CSV also writes a self-contained HTML report with a sortable table, and Newsflasharr can email it. Sending is off by default. Fixed: alias maps now follow the channel's country rather than the lineup filename's, and quality tags are removed with a space rather than an empty string, which was gluing neighbouring words together. Three new files ship with it: reports.py, notify_bridge.py, and the vendored notify_client.py. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QVyYBWwJS3HAv18aT8xyNN
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.2142327 |
| Version bump | ✅ | 1.26.1791747 → 1.26.2142327 |
🎉 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.2141433 |
| EPG Janitor | epg-janitor |
1.26.1791309 |
| Event Channel Managarr | event-channel-managarr |
1.26.1711720 |
| IPTV Checker | iptv-checker |
1.26.1741204 |
| Newsflasharr | newsflasharr |
1.26.2142011 |
| Stream-Mapparr | stream-mapparr |
1.26.2141957 |
dispatcharr-plugins-bot
Bot
merged commit Aug 3, 2026
3d801fb
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.
Updates the Lineuparr listing from 1.26.1791747 to 1.26.2142327.
The source in
plugins/lineuparr/is copied byte for byte from the v1.26.2142327 release, which is tested against Dispatcharr 0.28.2.What is new
aliasesarray, merged for that lineup only, which is where stream-name variants specific to one provider belong rather than in the global table.WWORreachesUS: MY 9 WWOR NEW YORK. Ordinary words with callsign shape (KIDS, WORLD, WOMEN, WEST) are excluded, so they never pull in unrelated streams.UK_CNNin a US lineup is matched against UK streams and given UK aliases, while every other channel stays US. The prefix is stripped before anything else sees it, so the channel created in Dispatcharr is calledCNN. This removes the reason to select a combined multi-country lineup, which gives up country filtering almost entirely, just to carry a few foreign channels.Fixed
Files
Three new files ship with this version:
reports.py,notify_bridge.py, andnotify_client.py, the last vendored from a shared source and hash-pinned in the plugin's own repository.626 unit tests pass, along with the vendored-file parity gates and a matcher drift gate.