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
#1
2020-09-12, 03:03 PM
I have just installed NextPVR 5.08 with DVBC tuners and it works quite nice. 

I do have a problem recording series. It just picks the one I select and ignores the rest. I assume it has to do with the name of the show which indicates (number:out of total) ie "Modern Family (17:24)" so the name is unique for each. Is there a way to get the EPG or NextPVR to ignore or use this?

Below is an image showing the guide after scheduling the series recording and log file below too. 

Thanks!!


Attached Files Thumbnail(s)
   

.zip   logs-20200912-1649.zip (Size: 37.01 KB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,121
Threads: 957
Joined: May 2006
#2
2020-09-12, 03:19 PM
Yes that is the problem in this cas but I see that you will have problems with shows that have the episode number in the title too. There are a few options, the easiest is a subscription to Schedules Direct which does work in Denmark.

If you don't do many recordings you can use the search option instead of the guide and type in "modern family" and it will create an advanced rule that will capture all the shows.

There is the option to use an XMLTV file. If you check this thread https://forums.nextpvr.com/showthread.ph...#pid546036 it apparently supports Rytek guide data for Denmark. http://www.birtles.org.uk/xmltv/ might support Denmark too.

Finally you could probably write a sqlite script to strip off those trailing values.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#3
2020-09-12, 04:47 PM
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?
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#4
2020-09-13, 10:06 AM (This post was last modified: 2020-09-13, 10:11 AM by tjuhl.)
(2020-09-12, 03:19 PM)mvallevand Wrote: Yes that is the problem in this cas but I see that you will have problems with shows that have the episode number in the title too.  There are a few options, the easiest is a subscription to Schedules Direct which does work in Denmark. 

If you don't do many recordings you can use the search option instead of the guide and type in "modern family" and it will create an advanced rule that will capture all the shows.

There is the option to use an XMLTV file.  If you check this thread https://forums.nextpvr.com/showthread.ph...#pid546036 it apparently supports Rytek guide data for Denmark.  http://www.birtles.org.uk/xmltv/ might support Denmark too.

Finally you could probably write a sqlite script to strip off those trailing values.

Martin

Thank you for the answer! So many options, but I think I am going to play with the XMLTV option.. I might be tempted to do the scripting. Do you by any chance have any pointers on how to implement it?

Thanks.
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#5
2020-09-13, 10:10 AM
(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!
tjuhl
Offline

Junior Member

Denmark
Posts: 25
Threads: 2
Joined: Sep 2020
#6
2020-09-13, 10:33 AM
(2020-09-13, 10:06 AM)tjuhl Wrote:
(2020-09-12, 03:19 PM)mvallevand Wrote: Yes that is the problem in this cas but I see that you will have problems with shows that have the episode number in the title too.  There are a few options, the easiest is a subscription to Schedules Direct which does work in Denmark. 

If you don't do many recordings you can use the search option instead of the guide and type in "modern family" and it will create an advanced rule that will capture all the shows.

There is the option to use an XMLTV file.  If you check this thread https://forums.nextpvr.com/showthread.ph...#pid546036 it apparently supports Rytek guide data for Denmark.  http://www.birtles.org.uk/xmltv/ might support Denmark too.

Finally you could probably write a sqlite script to strip off those trailing values.

Martin

Thank you for the answer! So many options, but I think I am going to play with the XMLTV option.. I might be tempted to do the scripting. Do you by any chance have any pointers on how to implement it?

Thanks.

Never mind, I found the scripting hook events in the Wiki.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#7
2020-09-13, 07:43 PM
(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
#8
2020-09-14, 06:56 AM
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!

Thanks!
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#9
2020-09-14, 03:02 PM
(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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,121
Threads: 957
Joined: May 2006
#10
2020-09-14, 03:15 PM
(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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Glitches - Debug Advice? andrewj 7 308 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 801 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