Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Channel-Maparr/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,10 @@
# Rebrand bridges surfaced by the channel<->stream alias miner (ported from
# Lineuparr's proven entries, 2026-06-28): new<->old brand names the normalizer
# cannot derive (Fox Movie Channel->FXM, EPIX->MGM+, DIY->Magnolia, the HBO
# multiplex renames, MoreMax<->Cinemax Hits).
"FXM": ["FXM", "FX Movie Channel", "FXMovie", "Fox Movie Channel", "FXM Retro"],
# multiplex renames, MoreMax<->Cinemax Hits). NOTE: unlike Lineuparr (which iterates
# the map by lineup name), Channel-Maparr inverts it to a variant->one-canonical
# reverse index, so a redundant "FXM" canonical would win the "fxm" key and shadow
# the real channel-DB name. Keep only the real name "FX Movie Channel".
"FX Movie Channel": ["FXM", "FX Movie Channel", "FXMovie", "Fox Movie Channel", "FXM Retro"],
"MGM+": ["MGM+", "MGM Plus", "MGM+ East", "EPIX", "Epix", "EPIX 1"],
"Magnolia Network": ["Magnolia Network", "Magnolia", "DIY Network", "DIY"],
Expand Down
Loading