NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 2 3 4 5 6 … 44 Next »
UK OTA EPG New Programmes

 
  • 0 Vote(s) - 0 Average
UK OTA EPG New Programmes
ShadowMask
Offline

Member

Posts: 58
Threads: 3
Joined: Apr 2019
#61
2024-07-05, 09:47 AM
(2024-07-05, 08:45 AM)mvallevand Wrote: Don't say sorry I wasn't clear.  There is no episode only parsing in that file so it must be something upcoming.

Martin

That's great news, thanks for the help.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#62
2024-07-05, 09:54 PM
Before saying it is great, we will need to see how sub will be dealing with episode only information in recordings since S/E was never truly exposed in the recording.list XML API.

Also note I had to open a PR just to display the part numbers https://github.com/xbmc/xbmc/pull/25439 hopefully a backport will be allowed.

I took the liberty of removing the duplicated S/E information that NextPVR was putting in the subtitle too.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#63
2024-07-07, 01:25 AM
I've submitted the changes to GitHub with test builds here I think even without the added episode parsing there is a lot of cleanup of the duplicate S/E information on the skin when there is no subtitle information and things will be much cleaner.

You should see everything in jsonrpc, but the episodepart is not displayed anywhere in Kodi as I noted in the other Kodi PR
Code:
{
    "id": 1,
    "jsonrpc": "2.0",
    "result": {
        "broadcastdetails": {
            "broadcastid": 233,
            "episodenum": 1,
            "episodepart": 5,
            "label": "Come Dine with Me",
            "seasonnum": -1
        }
    }
}

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#64
2024-07-07, 04:42 AM
(2024-07-05, 09:54 PM)mvallevand Wrote: Before saying it is great, we will need to see how sub will be dealing with episode only information in recordings since S/E was never truly exposed in the recording.list XML API.
I'm pretty sure in the situations where it currently knows the episode number but not the season number, the season number is left on the default 0. (not -1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#65
2024-07-11, 07:50 PM
(2024-07-05, 09:47 AM)ShadowMask Wrote:
(2024-07-05, 08:45 AM)mvallevand Wrote: Don't say sorry I wasn't clear.  There is no episode only parsing in that file so it must be something upcoming.

Martin

That's great news, thanks for the help.

@ShadowMask, can I see your guide data for today before an EPG update.  I see an EastEnders today is in parts and I am curious how the data looks.

Martin
ShadowMask
Offline

Member

Posts: 58
Threads: 3
Joined: Apr 2019
#66
2024-07-12, 06:52 AM (This post was last modified: 2024-07-12, 07:01 AM by ShadowMask.)
(2024-07-11, 07:50 PM)mvallevand Wrote:
(2024-07-05, 09:47 AM)ShadowMask Wrote:
(2024-07-05, 08:45 AM)mvallevand Wrote: Don't say sorry I wasn't clear.  There is no episode only parsing in that file so it must be something upcoming.

Martin

That's great news, thanks for the help.

@ShadowMask, can I see your guide data for today before an EPG update.  I see an EastEnders today is in parts and I am curious how the data looks.

Martin

I haven't been using nextpvr this week, normally the EPG would update every morning, but after re-enabling nextpvr iI can see that I need to do an EPG update to grab the guide data for tonight as most of it is missing, is that still going to be of use to you?

I have added it for you anyway:
nextpvr db
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#67
2024-07-12, 10:49 AM (This post was last modified: 2024-07-12, 10:50 AM by mvallevand.)
Thanks it helps a lot in the sense that the information isn't there.

Code:
Sonia isn't impressed by Reiss's latest scheme, Phil is furious when he's wronged, and Peter is suspicious of Ian. Also in HD. [S,AD]
Jay tries to play peacemaker, Kat worries about Tommy's bad behaviour, and Sharon is grateful for some help at work. [S,AD] [HD]

I was curious where the Part 1 and Part 2 here were coming from https://www.bbc.co.uk/programmes/b006m86...des/player and alsow where the Rytkek XML might be scrapping two varieties of this

Code:
<programme start="20240713180000 +0000" stop="20240713183000 +0000" channel="BBCThree.uk">
    <title lang="en">EastEnders</title>
    <sub-title lang="en">E6939 ║ Drama, Soap ║ 1985 ║ 15</sub-title>
    <desc lang="en">Billy decides to throw Stevie a surprise birthday party but a shocking confession leaves him reeling.</desc>
  </programme>
  <programme start="20240713183000 +0000" stop="20240713190000 +0000" channel="BBCThree.uk">
    <title lang="en">EastEnders</title>
    <sub-title lang="en">E6941 ║ Drama, Soap ║ 1985 ║ 15</sub-title>
    <desc lang="en">Stevie makes plans to leave Walford and apologises to Billy and Teddy for everything he's done. Reiss' stress levels are through the roof as he receives an £18,000 bill for Debbie's care fees. Bobby opens up about why

and clearly wrong and odd.

Code:
<programme start="20240711191500 +0000" stop="20240711194500 +0000" channel="PTVPrime.uk">
    <title lang="en">EastEnders</title>
    <sub-title lang="en">S2024E6941</sub-title>
    <desc lang="en">Sonia isn't impressed by Reiss's latest scheme, Phil is furious when he's wronged, and Peter is suspicious of Ian. [S,AD] [HD].</desc>
  </programme>
  <programme start="20240711194500 +0000" stop="20240711201500 +0000" channel="PTVPrime.uk">
    <title lang="en">EastEnders</title>
    <sub-title lang="en">S2024E6942</sub-title>
    <desc lang="en">Jay tries to play peacemaker, Kat worries about Tommy's bad behaviour, and Sharon is grateful for some help at work. [S,AD] [HD].</desc>
  </programme>

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#68
2024-08-20, 11:54 AM
@ShadowMask if you are using NextPVR can you send a link to you npvr.db3 once again. I have been asked by ksooo for some screenshots but I need the UK OTA data for that.

Martin
ShadowMask
Offline

Member

Posts: 58
Threads: 3
Joined: Apr 2019
#69
2024-08-21, 08:02 AM
(2024-08-20, 11:54 AM)mvallevand Wrote: @ShadowMask if you are using NextPVR can you send a link to you npvr.db3 once again.  I have been asked by ksooo for some screenshots but I need the UK OTA data for that.

Martin

I haven't used it for a while. I re-enabled it, set EPGScanSeconds to 120 and did an epg update before zipping up the npvr.db3 for you.
Hopefully that is up to date enough?

Thanks

npvr.db3
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#70
2024-08-21, 11:39 AM
Perfect thanks for helping. You even have some recordings with episode part information so I don't have to fake it for my test.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (11): « Previous 1 … 5 6 7 8 9 … 11 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Suggestion: show actual tv programmes for recurring recordings janoonk 0 785 2020-12-21, 10:00 PM
Last Post: janoonk

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode