NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 76 77 78 79 80 … 102 Next »
Schedule series recording

 
  • 0 Vote(s) - 0 Average
Schedule series recording
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#11
2020-09-14, 05:20 PM
(2020-09-13, 07:43 PM)sub Wrote:
(2020-09-13, 10:10 AM)tjuhl Wrote:
(2020-09-12, 04:47 PM)sub Wrote: That is very weird - I have never seen an epg source that includes that as part of the show name.

Was this from DVB EPG, or are you using some xmltv source?

It is taken directly from DVB. Had NextPVR search for devices and update EPG and that's it. Using my TV directly shows the same. 
I have been using TVMosaic up till now, but decided to switch as it seems to have come to a screetching halt. The combination of TVMosaic, DVBLink addon for Kodi had it working quite nice. This is why I figured there would have been a setup option or something. 

Thanks!
If you want to capture a sample 1 minute full transport stream, using the eval version of tscapture (https://tscapture.com), and put the file somewhere like onedrive/dropbox, and let me know the download url, I'll add some logic to strip this garbage when processing the DVB EPG.
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#12
2020-09-14, 05:23 PM
(2020-09-14, 03:02 PM)Graham Wrote:
(2020-09-14, 06:56 AM)tjuhl Wrote: ...  if the "(3:10)" would be removed from the name, it would make it more difficult to recognise where we are at watching the recorded shows.

NextPVR stores episode and series values as fields in its database ... if the values are available from the EPG source.

npvr.db3 is a SQLite database ... It might be useful to check what NextPVR is storing ... https://github.com/sub3/NextPVR/wiki/components

I checked the db and the table EPG_EVENT. All entries in columns season or episode are 0.

Unless I am missing something. I am not sure if you are interested, but the db can be found here: 

https://www.dropbox.com/s/a43wyvhe1unr6v4/npvr.db3?dl=0


Thanks!
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#13
2020-09-14, 05:30 PM
(2020-09-14, 03:15 PM)mvallevand Wrote:
(2020-09-14, 06:56 AM)tjuhl Wrote: That is very generous, thank you. I will get it done and upload it. I have been thinking about the endresult if I generated a script. if the "(3:10)" would be removed from the name, it would make it more difficult to recognise where we are at watching the recorded shows. The best solution would be if when setting up recording and ordering the shows, everything after and including "(" would be ignored, but still kept as the name. I am probably overstepping your generousity and if so I understand!

I don't know what is in your OTA data but typically Schedules Direct and XMLTV give you additional meta data like season name/number, episode title, descriptions etc to help you identify the current show much better then a broadcast time,.  How much will (3:10)  help you next year?

Martin

That is very true. But we do not keep the recordings. Once we have seen a show, we erase it. We very rarely re-visit a show once seen. The DVB-C does not seem to have any season/series contained, in the db they are set to 0. 

sub asked for a capture of the stream, I just entered a link to the file. 

Thanks,

Torben
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#14
2020-09-14, 05:37 PM
I see the data and for me the quick fix would be to take everything the trailing () and place that in the subtitle and trim it from the title for specific countries I was originally thinking the "Modern Family" info was time now I see it is "episode # of #"

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#15
2020-09-15, 04:42 AM
(2020-09-14, 06:56 AM)tjuhl Wrote: if the "(3:10)" would be removed from the name, it would make it more difficult to recognise where we are at watching the recorded shows.
Normally this information is shown elsewhere. Your problem is happening because your broadcaster is sending this the season/episode info as part of the show title. NextPVR would need a tweak to be able to extract the info from there, and store it in the normal place.

Once it is stored in the normal place, then you'd see it listed else where in the client. For example, in the web app, when you click on a show, you'd see the season/episode number at the beginning of the show description.


Attached Files Thumbnail(s)
   
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#16
2020-09-15, 04:44 AM
Quote:sub asked for a capture of the stream, I just entered a link to the file.
I can't see that link.

If you can supply that sample transport stream, I'll just make it all happen automatically with the DVB EPG (in the same way it does with oddball formats used by some broadcasters in other countries). It'll extract the information, remove it from the title, and store it in the proper season/episode fields.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#17
2020-09-15, 04:50 AM
That said... that doesn't look like the season/episode number. It looks like episode number, and the total number of episodes for that season. Do they include the season number in the show description?

If they don't have the season number, I may just have to strip those numbers and throw them away. (or just add them to the description if you want to keep them somewhere)
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#18
2020-09-15, 07:00 AM
(2020-09-15, 04:44 AM)sub Wrote:
Quote:sub asked for a capture of the stream, I just entered a link to the file.
I can't see that link.

If you can supply that sample transport stream, I'll just make it all happen automatically with the DVB EPG (in the same way it does with oddball formats used by some broadcasters in other countries). It'll extract the information, remove it from the title, and store it in the proper season/episode fields.

Hmm not sure what happened.

Let me try again. 

https://www.dropbox.com/s/79b7zcy02ubanz...ll.ts?dl=0

Thanks,

Torben
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#19
2020-09-15, 07:02 AM
(2020-09-15, 04:50 AM)sub Wrote: That said... that doesn't look like the season/episode number. It looks like episode number, and the total number of episodes for that season. Do they include the season number in the show description?

If they don't have the season number, I may just have to strip those numbers and throw them away. (or just add them to the description if you want to keep them somewhere)

Yes, it is indeed episode # and total # of episodes. I have seen the Season # in the description, but I cannot be sure that they do that every time, or they do it consistently.
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#20
2020-09-15, 07:07 AM
(2020-09-15, 04:42 AM)sub Wrote:
(2020-09-14, 06:56 AM)tjuhl Wrote: if the "(3:10)" would be removed from the name, it would make it more difficult to recognise where we are at watching the recorded shows.
Normally this information is shown elsewhere. Your problem is happening because your broadcaster is sending this the season/episode info as part of the show title. NextPVR would need a tweak to be able to extract the info from there, and store it in the normal place.

Once it is stored in the normal place, then you'd see it listed else where in the client. For example, in the web app, when you click on a show, you'd see the season/episode number at the beginning of the show description.

On your image it is done quite nicely... (SxxEyy). I have seen it done as "Series 5 of 2010" in the description. And I have not paid enough attention to see if it is consitent. 
I know that this is quite strange since the format is quite known and commonly used in other countries. 
If you need to know, this is the Danish provider Yousee.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Glitches - Debug Advice? andrewj 7 305 2025-06-23, 08:19 PM
Last Post: mvallevand
  Advanced Recording Scheduling question Bobins 7 287 2025-06-17, 12:56 AM
Last Post: mvallevand
  "Recording interrupted" problem started happening sharkbite 8 644 2025-06-02, 08:08 AM
Last Post: sharkbite
  Series Recordings - Bug? MalcolmInman 32 1,353 2025-05-31, 01:52 AM
Last Post: mvallevand
  Failed: Recording interrupted jzk 3 470 2025-04-18, 09:06 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 1,240 2025-04-13, 01:08 AM
Last Post: sub
  Directory not deleted after recording deleted Bobins 13 1,072 2025-03-08, 05:30 PM
Last Post: sub
  Recording IPTV lemmy999 8 800 2025-03-02, 06:13 PM
Last Post: lemmy999
  Temporarily Suspend Recording andrewj 1 293 2025-02-25, 12:44 PM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,531 2025-02-22, 09:24 PM
Last Post: jcole998

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

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

Linear Mode
Threaded Mode