Fix Channel-Maparr FXM alias: drop redundant "FXM" canonical#11
Merged
Conversation
The rebrand-alias port added both "FXM" and "FX Movie Channel" as canonicals with identical variants. Channel-Maparr inverts the alias map into a variant->one-canonical reverse index, so the redundant "FXM" key won the "fxm" lookup and shadowed the real channel-DB name "FX Movie Channel" -- a stream "FXM" missed the "FX Movie Channel" channel. FXM is the abbreviation, not its own channel, so keep only "FX Movie Channel" (with FXM as a variant). "US: FXM HD" now aliases to "FX Movie Channel" at 100. Lineuparr/EPG-Janitor iterate the map by lineup name (not a reverse index), so their dual keys don't collide and are left unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N2rpwFn3AHoNvsbTrEwgwd
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.
The rebrand-alias port added both
"FXM"and"FX Movie Channel"as canonicals with identical variants. Channel-Maparr inverts its alias map into avariant -> one canonicalreverse index, so the redundant"FXM"key won thefxmlookup and shadowed the real channel-DB name — aFXMstream missed theFX Movie Channelchannel. FXM is the abbreviation, not its own channel, so this keeps only"FX Movie Channel"(withFXMas a variant). Verified:US: FXM HDnow aliases toFX Movie Channelat score 100; full suite green; no duplicate keys.Lineuparr/EPG-Janitor iterate the map by lineup name (not a reverse index), so their dual keys do not collide and are intentionally left unchanged.
🤖 Generated with Claude Code