Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sky.com #2501

Open
Chris230291 opened this issue Dec 13, 2024 · 2 comments · May be fixed by #2521
Open

Sky.com #2501

Chris230291 opened this issue Dec 13, 2024 · 2 comments · May be fixed by #2521
Labels
broken guide Error in the EPG

Comments

@Chris230291
Copy link

Site

sky.com

Description

  <channel site="sky.com" lang="en" xmltv_id="ViaplaySports1.uk" site_id="1289">Viaplay 1 HD</channel>
  <channel site="sky.com" lang="en" xmltv_id="ViaplaySports2.uk" site_id="1290">Viaplay 2 HD</channel>

These should be "Premier Sports 1 HD" and "Premier Sports 2 HD".
Also, the UK and ROI have different schedules for these 2 channels.

@Chris230291 Chris230291 added the broken guide Error in the EPG label Dec 13, 2024
@PopeyeTheSai10r
Copy link
Collaborator

Could you confirm you are wanting to update the name of the following?

<channel site="sky.com" lang="en" xmltv_id="ViaplaySports1.uk" site_id="1289">Premier 1 HD</channel>
<channel site="sky.com" lang="en" xmltv_id="ViaplaySports1.uk" site_id="1633">Premier 1 HD</channel>

@Chris230291
Copy link
Author

The UK ones are 1289 and 1290:

[
   {
      "sid":"1289",
      "c":"419",
      "t":"Premier 1 HD",
      "sg":7,
      "xsg":7,
      "sf":"HD",
      "adult":false,
      "local":false,
      "avail":[
         "BROADCAST"
      ]
   },
   {
      "sid":"1290",
      "c":"420",
      "t":"Premier 2 HD",
      "sg":7,
      "xsg":7,
      "sf":"HD",
      "adult":false,
      "local":false,
      "avail":[
         "BROADCAST"
      ]
   }
]

The Irish ones are 1633 and 1635:

[
   {
      "sid":"1633",
      "c":"412",
      "t":"Premier 1 HD",
      "sg":7,
      "xsg":7,
      "sf":"HD",
      "adult":false,
      "local":false,
      "avail":[
         "BROADCAST",
         "OTT"
      ]
   },
   {
      "sid":"1635",
      "c":"420",
      "t":"Premier 2 HD",
      "sg":7,
      "xsg":7,
      "sf":"HD",
      "adult":false,
      "local":false,
      "avail":[
         "BROADCAST",
         "OTT"
      ]
   }
]

All should be called “Premier Sports”.
Also, the Irish ones should have a different ID as they have different schedules.

UK: PremierSports1.uk PremierSports2.uk
IE: PremierSports1.ie PremierSports2.ie

@tohenk tohenk linked a pull request Dec 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken guide Error in the EPG
Development

Successfully merging a pull request may close this issue.

2 participants