mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-25 18:42:27 +02:00
Magenta2 Log package names
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user