[stream-mapparr] Bump version to 1.26.1720023#138
Merged
Conversation
Restore OTA (broadcast) callsign matching and guard against overwrite data-loss (bug-063). Reported issue: running Match & Assign against US: ABC/CBS/FOX/NBC left almost every channel with no streams. - Overwrite no longer deletes a channel's existing streams when 0 streams matched (previously wiped working assignments). - OTA affiliates match by callsign again via _resolve_ota_callsign (FCC validation + parenthesized-callsign fallback). - Adds networks.json (FCC station table, 1915 stations) which the plugin now loads as the OTA callsign authority. This file was missing from the registry folder, so OTA matching could not work for marketplace installs. Changed: plugin.py, fuzzy_matcher.py, plugin.json (version), CHANGELOG.md, networks.json (new).
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.1720023 |
| Version bump | ✅ | 1.26.1650116 → 1.26.1720023 |
🎉 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.1701952 |
| EPG Janitor | epg-janitor |
1.26.1660712 |
| Event Channel Managarr | event-channel-managarr |
1.26.1711720 |
| IPTV Checker | iptv-checker |
1.26.1582047 |
| Lineuparr | lineuparr |
1.26.1641222 |
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.
Stream-Mapparr 1.26.1720023
Bugfix release restoring OTA (broadcast) callsign matching and adding a data-loss guard for overwrite runs. Fixes a user-reported issue where running Match & Assign against US: ABC/CBS/FOX/NBC left almost every channel with no streams.
Changes
overwrite_streams=Truepreviously had all its existing streams deleted and nothing assigned. An empty match set now leaves existing streams untouched._resolve_ota_callsign()resolves the callsign from the FCC station table first, then falls back to a parenthesized callsign in the channel name.networks.json(FCC station table, 1915 stations) — the plugin now loads it as the OTA callsign authority via_load_broadcast_stations(). This file was missing from the registry folder, so OTA matching could not work for marketplace installs.Files
plugin.py,fuzzy_matcher.py,plugin.json(version 1.26.1650116 → 1.26.1720023),CHANGELOG.md, andnetworks.json(new).Upstream repo: https://github.com/PiratesIRC/Stream-Mapparr · Release: https://github.com/PiratesIRC/Stream-Mapparr/releases/tag/1.26.1720023