Magenta2 Log package names

This commit is contained in:
Nirvana
2026-05-26 13:01:40 +02:00
parent 45169102ed
commit 102803c8f9
2 changed files with 7 additions and 1 deletions
@@ -396,7 +396,10 @@ PVR_RECORDING_STATUSES_TIMERS = ["SCHEDULED"]
DISTRIBUTION_PACKAGE_NAMES: dict = {
366135709: "All",
268235282: "Magenta TV Basic",
268235291: "HD & UHD Package",
376449962: "FAST Channels",
347334781: "MagentaSport & UHD Package",
326643267: "Sky Sport + Bundesliga",
424231094: "Sky Sport",
424239773: "Sky Sport Bundesliga",
268235273: "MagentaSport / myTeamTV",
@@ -406,4 +409,5 @@ DISTRIBUTION_PACKAGE_NAMES: dict = {
268234482: "Polish",
268234476: "RTL Premium",
338937809: "Sky Sport News",
452131099: "Fußball TV UHD",
}
@@ -968,7 +968,9 @@ class Magenta2Provider(StreamingProvider):
for dist_id in distribution_rights
if (numeric_id := _dist_uri_to_int(dist_id)) is not None
]
logger.info(f"Active subscription packages ({len(package_names)}): {', '.join(package_names)}")
logger.info(f"Active subscription packages ({len(package_names)}):")
for pkg in package_names:
logger.info(f" · {pkg}")
# ── Step 2: fetch entitled-channels feed ─────────────────────────
feed_url = (