NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 24 25 26 27 28 … 43 Next »
Not all EPG data shown in Guide

 
  • 0 Vote(s) - 0 Average
Not all EPG data shown in Guide
janoonk
Offline

Member

Netherlands
Posts: 105
Threads: 33
Joined: Dec 2020
#61
2021-02-04, 09:18 PM (This post was last modified: 2021-02-05, 07:55 AM by janoonk.)
(2021-02-04, 04:40 PM)sub Wrote:
(2021-02-03, 01:44 PM)janoonk Wrote: I know sub is working on supporting EPG extended description, want to test that first. Have not heard anything about the status Sad
To be honest, I'd entirely forgotten I needed to revisit this for HDHR style devices. Any chance you could supply a new full transport stream capture?

There was a patch posted earlier in the thread for Windows users, with BDA devices.

Not a problem... here you are: https://www.dropbox.com/s/azw77iaa7flrkx...ew.ts?dl=0

I noticed an increase from 152MB to 193MB. My TV provider (Trined) has put more data in the EPG. Movies now contain year, actors, episode and season info, and much more!!

I am happy to test a new Windows version or even better the Docker/Linux version.


Attached Files Thumbnail(s)
       
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#62
2021-02-05, 07:50 AM
Thanks.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#63
2021-02-06, 05:15 PM
Your broadcasts seem to have populated optional things that I've never seen used in other DVB transport streams, so I'm trying to add support for a couple of them.

Maybe you can help me decypher the "episode-num" being used on some of these episodes:
- "MAX geheugentrainer" has "27/105 2020"
- "NOS Journaal" has "28/270"
- "Op1" has "27/121 2"

Those first two examples are the most common formats. Are these "season/episode year" and "season/episode"?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#64
2021-02-06, 05:53 PM
This extra data is unstructured, in that the broadcaster can give whatever tags they want (like "episode-num") and whatever value they want. I'm going to parse "episode-num" and a couple of others if it matches a format NextPVR expects (since some other broadcaster may use some other format).

For now I've appended the unstructured data to the end of the description, so it's at least visible.


Attached Files Thumbnail(s)
   
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#65
2021-02-06, 05:57 PM
It'd be useful if you could capture another sample full transport, from a frequency that contains a channel that have movies like the Commando example above. (I know this data may actually be in the ts you've already supplied, but I can only really see it in the NextPVR UI if it had the channel on the frequency you captured, since my environment wont have picked up these other channels at scan time).
janoonk
Offline

Member

Netherlands
Posts: 105
Threads: 33
Joined: Dec 2020
#66
2021-02-07, 08:59 AM
(2021-02-06, 05:15 PM)sub Wrote: Your broadcasts seem to have populated optional things that I've never seen used in other DVB transport streams, so I'm trying to add support for a couple of them.

Maybe you can help me decypher the "episode-num" being used on some of these episodes:
- "MAX geheugentrainer" has "27/105 2020"
- "NOS Journaal" has "28/270"
- "Op1" has "27/121 2"

Those first two examples are the most common formats. Are these "season/episode year" and "season/episode"?

The most important part for me at least is *year* (of the movie). I use that to get more data more IMDB about the movie like ratings, votes etc. Hopefully you can also include that one.

Btw EPG data should have a standard Sad

Educated gueses about episode-num suffix:
MAX geheugentrainer is a twice a workday game on NPO1... 27 = episode, 105 is total, 2020 is year of season when this series started.
NOS journal is news broadcast.. it's run very often per day.
I checked for all broadcasts for some workdays starting on monday 2021/02/08 on NPO1 and *new* episode-num were always at these times:
6:30u 26/220, 07:00u 26/270, 08:30u 25/100, 13:00u 21/250, 16:00u 32/320, 17:00u 27/270
6:30u 27/220, 07:00u 27/270, 08:30u 26/100,                      , 16:00u 33/320, 17:00u 28/270
6:30u 28/220, 07:00u 28/270, 08:30u 27/100, 13:00u 22/250, 16:00u 34/320, 17:00u 29/270

These are the new and unique news broadcast with new content/news. All other broadcasts with these numbers are of different durations and I think are a compilation or compressed version of those unique ones.

Op1 is a talkshow which is run 1-3 times a day with different hosts from different channels:
2021/02/05: 24/121 2, 25/121 2
2021/02/07: 110/121 2
2021/02/08: 26/121 2
2021/02/09: 26/121 2

26 is episode of 121 total and it's season 2

So in short: Episode-TotalEpisodes [season/year]
janoonk
Offline

Member

Netherlands
Posts: 105
Threads: 33
Joined: Dec 2020
#67
2021-02-07, 09:08 AM
(2021-02-06, 05:57 PM)sub Wrote: It'd be useful if you could capture another sample full transport, from a frequency that contains a channel that have movies like the Commando example above. (I know this data may actually be in the ts you've already supplied, but I can only really see it in the NextPVR UI if it had the channel on the frequency you captured, since my environment wont have picked up these other channels at scan time).

I use TSCapture and I only can capture/see/use this.


Attached Files Thumbnail(s)
       
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#68
2021-02-07, 01:17 PM (This post was last modified: 2021-02-07, 01:20 PM by Graham.)
(2021-02-07, 09:08 AM)janoonk Wrote:
(2021-02-06, 05:57 PM)sub Wrote: It'd be useful if you could capture another sample full transport, from a frequency that contains a channel that have movies like the Commando example above. (I know this data may actually be in the ts you've already supplied, but I can only really see it in the NextPVR UI if it had the channel on the frequency you captured, since my environment wont have picked up these other channels at scan time).

I use TSCapture and I only can capture/see/use this.

Does TScapture (and NextPVR) have ... All Regions / All Frequencies (or similar) ... as an option in the ... Type Specifi Settings ... Country ... or ... Region ... dropdown lists?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,117
Threads: 957
Joined: May 2006
#69
2021-02-07, 03:15 PM (This post was last modified: 2021-02-07, 03:16 PM by mvallevand.)
Did you see my post earlier on how to do to do a full mux save from an HDHR?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#70
2021-02-07, 04:50 PM
(2021-02-07, 01:17 PM)Graham Wrote:
(2021-02-07, 09:08 AM)janoonk Wrote:
(2021-02-06, 05:57 PM)sub Wrote: It'd be useful if you could capture another sample full transport, from a frequency that contains a channel that have movies like the Commando example above. (I know this data may actually be in the ts you've already supplied, but I can only really see it in the NextPVR UI if it had the channel on the frequency you captured, since my environment wont have picked up these other channels at scan time).

I use TSCapture and I only can capture/see/use this.

Does TScapture (and NextPVR) have ... All Regions / All Frequencies (or similar) ... as an option in the ... Type Specifi Settings ... Country ... or ... Region ... dropdown lists?
It should do. If not, you can probably copy the .ini file from c:\users\public\tscapture\tuning\dvb-c into the c:\users\public\NPVR-data\tuning\dvb-c
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  No program data for radio channels (Freesat) Swindiff 4 547 2025-04-29, 07:14 PM
Last Post: Swindiff
  Import guide data from HD Homerun tuner jonasx 5 923 2024-10-14, 08:48 PM
Last Post: mvallevand
  TV Guide Salali 1 734 2024-04-01, 04:32 PM
Last Post: sub
  Tablo Guide Information kevin-pvr 5 1,410 2023-04-04, 09:48 PM
Last Post: mvallevand
  Access to the path C:\Users\Public\NPVR-Data\media\shows is denied. rv0987 4 1,059 2022-12-28, 03:07 PM
Last Post: mvallevand
  TV Guide Recording Buttons Out of Sync with Actual DVR Recording Status LinuxDVR 17 2,774 2022-11-19, 06:58 PM
Last Post: sub
  Guide not showing current recording VCR58 6 1,230 2022-10-07, 07:25 PM
Last Post: mvallevand
  Setup guide to schedule NPVR tymongiffin 1 1,267 2022-08-23, 07:20 AM
Last Post: sub
  Some series/episode data formats not recognised within description sjabaker 35 5,286 2022-04-27, 11:53 PM
Last Post: sjabaker
  Recording suddenly not shown in web interface xbmcgotham 6 2,345 2022-03-31, 06:15 PM
Last Post: xbmcgotham

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

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

Linear Mode
Threaded Mode