NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 2 3 4 5 … 19 Next »
NextEnd not extending sports event

 
  • 0 Vote(s) - 0 Average
NextEnd not extending sports event
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#1
2018-09-29, 05:29 AM
I've been experimenting with NextEnd (The work is much appreciated!) and I ran into a problem: It seems to be working, but the logs show that the recording ends right at the normal time, even if the game isn't over yet. Here is the log from tonight's game:

Code:
2018-09-28 18:59:02.681    [DEBUG][1]    NextEnd, Version=2.0.6274.30072, Culture=neutral, PublicKeyToken=null
2018-09-28 18:59:02.716    [INFO][1]    About to connect to remote recording service
2018-09-28 18:59:02.721    [DEBUG][1]    RecordingServiceProxy@exit
2018-09-28 18:59:02.733    [DEBUG][1]    About to look for plugin directories in: C:\Users\Public\NPVR\Plugins\
2018-09-28 18:59:02.733    [DEBUG][1]    Skipping non-existant plugin directory: C:\Program Files (x86)\NPVR\Plugins\
2018-09-28 18:59:02.733    [DEBUG][1]    Command Line --oid 5101
2018-09-28 18:59:02.734    [DEBUG][1]    NextPVR extending = True
2018-09-28 18:59:02.734    [DEBUG][1]    Preparing this event
2018-09-28 18:59:02.734    [DEBUG][1]    MLB Baseball Texas Rangers at Seattle Mariners 2018-09-28 19:00:00
2018-09-28 18:59:03.782    [DEBUG][1]    LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=Pre-Game, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2018-09-28 18:59:03.782    [DEBUG][1]    Monitor status = active
2018-09-28 18:59:03.849    [DEBUG][1]    Monitoring 1 event(s)
2018-09-28 18:59:03.849    [DEBUG][1]    SP003890740000 MLB Baseball Texas Rangers at Seattle Mariners 2018-09-28 19:00:00-2018-09-28 22:00:00
2018-09-28 18:59:03.849    [DEBUG][1]    Monitor end 2018-09-29 02:00:00
2018-09-28 18:59:03.857    [DEBUG][1]    Waiting
2018-09-28 19:01:03.933    [DEBUG][1]    Schedule oid 5101 Status STATUS_IN_PROGRESS
2018-09-28 19:01:03.934    [DEBUG][1]    Waiting

[Skipping lots of repeats]

2018-09-28 21:41:05.268    [DEBUG][1]    Schedule oid 5101 Status STATUS_IN_PROGRESS
2018-09-28 21:41:05.965    [DEBUG][1]    LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=In Progress, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2018-09-28 21:41:05.966    [DEBUG][1]    Monitor status = active
2018-09-28 21:41:05.966    [DEBUG][1]    Waiting

[Skipping lots of repeats of that]

2018-09-28 21:59:11.758    [DEBUG][1]    Schedule oid 5101 Status STATUS_IN_PROGRESS
2018-09-28 21:59:12.632    [DEBUG][1]    LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=In Progress, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2018-09-28 21:59:12.632    [DEBUG][1]    Monitor status = active
2018-09-28 21:59:12.632    [DEBUG][1]    Waiting
2018-09-28 22:01:12.661    [DEBUG][1]    No longer recording stop monitoring
2018-09-28 22:01:12.661    [DEBUG][1]    CancelAllWakeupRequests

I'm about 99% sure this is my fault. Any tips on what I'm doing wrong here? Thank you!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,341
Threads: 868
Joined: May 2006
#2
2018-09-29, 01:04 PM
I would need to see all your logs.

Martin
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#3
2018-09-29, 03:25 PM
No problem. Do you want me to zip them all up and attach them here, or do you want any specific files?
Graham
Offline

Posting Freak

UK
Posts: 4,059
Threads: 102
Joined: Dec 2005
#4
2018-09-29, 05:35 PM
antenna Wrote:Do you want me to zip them all up and attach them here, or do you want any specific files?

mvallevand Wrote:... all your logs.

The only way to know which logs are needed is to look at the logs.
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#5
2018-09-29, 09:00 PM
Graham Wrote:The only way to know which logs are needed is to look at the logs.

Hah! Fair enough. Logs attached. I assumed 7z would be ok.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,341
Threads: 868
Joined: May 2006
#6
2018-09-30, 03:36 PM
I see the problem. NextEnd assumes users keep the default 2 minutes of post-padding and you use only one minute so the recording was stopped by NextPVR. I will have to put in a change for this. Until then increase your post padding on sporting events to 2 minutes. One of the NextEnd options is to stop the recording as soon as it is flagged as ended so that won't matter if you don't care about the post game stuff.

Martin
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#7
2018-09-30, 04:12 PM
I can definitely change all my defaults to 2 minute post-padding. Thanks for looking into it!

For sports, I don't mind keeping the post-game stuff, actually. Does NextEnd keep it by default?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,341
Threads: 868
Joined: May 2006
#8
2018-09-30, 04:26 PM
On the wiki that is the --postgame option the time to keep recording after the stop flag is set. The default is 15 minutes, but often networks preempt the post game a little so that might be a bit much.

Martin
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#9
2018-09-30, 04:46 PM
I completely missed that. Thank you! I'll leave 15 for now. I've reset the padding to 2 minutes and have set a sports recording today. Hopefully it runs late!
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#10
2018-09-30, 11:22 PM
Tried this again with a 2 minute buffer, and it still stopped on schedule while the game was still happening. Up for another log check?
« 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
  NextEnd v5 trial release mvallevand 363 36,683 2022-12-31, 05:18 PM
Last Post: mvallevand
  NextEnd Extension Mechanism jcole998 7 1,696 2020-05-24, 03:39 PM
Last Post: jcole998
  NextEnd V4 jcole998 1 1,223 2020-05-18, 01:35 PM
Last Post: mvallevand
  NextEnd: "Sports event monitor did not start" antenna 37 8,804 2019-10-27, 12:22 AM
Last Post: mvallevand
  NextEnd Interruption jcole998 2 1,190 2019-09-02, 05:54 PM
Last Post: jcole998
  NextEnd Readiness jcole998 24 5,777 2019-06-01, 01:33 PM
Last Post: jcole998
  Nextend help CDinger 5 3,162 2018-11-05, 03:59 PM
Last Post: mvallevand
  NextEnd Broken? jcole998 6 3,277 2018-09-15, 01:24 PM
Last Post: jcole998
  Auto extend Sports problem lemmy999 6 2,527 2018-09-12, 01:31 AM
Last Post: mvallevand
  NextEnd Failure? jcole998 15 6,171 2016-11-22, 02:43 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode