NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 9 10 11 12 13 … 159 Next »
Annoyances caused by sporting events

 
  • 0 Vote(s) - 0 Average
Annoyances caused by sporting events
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#161
2015-10-20, 02:05 AM
Just found this tool, and tried it for a week or two, have to say it is GREAT! Used to have to check on Sunday night to see when the game ended on CBS, and adjust my start/stop times (that clock on 60 Minutes was a lifesaver, there), and now it looks like I don't have to.

One question, though - does this tool respect end padding settings for recordings? I ask because most of my adjusted recordings have been a little short - it hasn't mattered on the Sunday shows because show itself ends before the end time, but on Thursday with Colbert I have lost a little of the very end. If adding a few extra minutes to the end padding will work, I can do that.

Thanks, and thanks for this utility.
Tim
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#162
2015-10-20, 11:51 AM
ttfitz Wrote:Just found this tool, and tried it for a week or two, have to say it is GREAT! Used to have to check on Sunday night to see when the game ended on CBS, and adjust my start/stop times (that clock on 60 Minutes was a lifesaver, there), and now it looks like I don't have to.

One question, though - does this tool respect end padding settings for recordings? I ask because most of my adjusted recordings have been a little short - it hasn't mattered on the Sunday shows because show itself ends before the end time, but on Thursday with Colbert I have lost a little of the very end. If adding a few extra minutes to the end padding will work, I can do that.

Thanks, and thanks for this utility.

It doesn't respect padding but there is a command line option -postgame nn to add extra time for the postgame show. The default is 10 minutes.

As BrettB noted there really is no support for weekday recordings of late night unless you record the news after the game.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#163
2015-10-20, 05:28 PM
mvallevand Wrote:It doesn't respect padding but there is a command line option -postgame nn to add extra time for the postgame show. The default is 10 minutes.

Ah, I saw that, but assumed it was used for recording of the sporting event, not the shows that follow it.

mvallevand Wrote:As BrettB noted there really is no support for weekday recordings of late night unless you record the news after the game.

Martin

Yeah, that's what I've been doing for Colbert, but things seemed to be off by a minute or two. I'll try that postgame thing.

Thanks.
Tim
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#164
2015-11-30, 11:41 PM
So how does the Sunday option work? I've been hit or miss on it, this week was a miss with the game going close to an hour long. The log says "Nothing to monitor this Sunday", is this because I setup the recordings after the EPG update (and thus the --sunday running) was done?

I think I'm unusual around here, as I have very little that I set to record the season for, preferring to set each recording as they come around, so there isn't a bunch of stuff for future dates in my database. But if I know what to do, I can plan accordingly.

Thanks.
Tim
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#165
2015-11-30, 11:55 PM
ttfitz Wrote:So how does the Sunday option work? I've been hit or miss on it, this week was a miss with the game going close to an hour long. The log says "Nothing to monitor this Sunday", is this because I setup the recordings after the EPG update (and thus the --sunday running) was done?

I think I'm unusual around here, as I have very little that I set to record the season for, preferring to set each recording as they come around, so there isn't a bunch of stuff for future dates in my database. But if I know what to do, I can plan accordingly.

Thanks.

It does depends on when you run --sunday mode it sounds like you have to kick start it manually after selecting your recordings.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#166
2015-12-05, 12:33 AM
Note the NextPVR now has support for extending some sports but not as many as NextEnd. I am not sure what happens if you use both for the same sporting event.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#167
2015-12-05, 03:06 AM
mvallevand Wrote:Note the NextPVR now has support for extending some sports but not as many as NextEnd. I am not sure what happens if you use both for the same sporting event.

Martin

I couldn't tell from the change log whether it only applied when using Schedules Direct or not.
Tim
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#168
2015-12-05, 03:09 AM
ttfitz Wrote:I couldn't tell from the change log whether it only applied when using Schedules Direct or not.
Yes, it only applies to when you're using Schedules Direct EPG source.
Scanjo
Offline

Junior Member

Posts: 24
Threads: 5
Joined: Aug 2012
#169
2015-12-19, 09:50 AM
Ok...my head is swimming. I'm not sure exactly how to set this up to make it work properly. It seems it is mainly designed for Sunday use (which is my main issue) and I can live with that. I'm going to explain what I have done and why and you kind folks can tell me if I have it right or not.

I've installed the current program using defaults.

I created a PostUpdateEPG.bat file in the "C:\users\public\npvr\scripts" folder and included this line:

start /b "" "%PROGRAMFILES%\NPVR\NextEnd.exe" --sunday

My understanding is if you don't have the program running when the sporting event is broadcasting, then it doesn't know if it ran over or not. Is this the right command to issue?

I also created a ParallelProcessing.bat (also in the scripts folder) and included this line:

start /b "" "%PROGRAMFILES%\NPVR\NextEnd.exe" --oid %3 --postgame --resume

My understanding is that this runs when my scheduled recording fires (possibly hours after the game), checks on the game and monitors to see when it ends, and if the game is finished it checks a file that the PostUpdateEPG.bat instance of the program created to adjust the recording time if needed. "--oid %3" should be the ID of my scheduled recording. "--postgame" should add 10 minutes for the blowhards after the game to calm down and leave the air. "--resume" sets a resume pointer in the recording to make it easier to find the beginning of my show.

Do I have the commands right? Is everything there that I need to have success? Have I stuck in things that I don't need? Would it be a good idea to include the PostUpdateEPG.bat and ParallelProcessing.bat in the program package and install them by default? Tweaking would be much easier for us noobs than creating from scratch and trying to figure out where to put files... :confused:

Thanks for your hard work, and thanks to the guys helping you with testing as well.

Scott
MrReis
Offline

Member

Posts: 58
Threads: 6
Joined: Oct 2013
#170
2016-04-14, 10:33 PM
mvallevand Wrote:... the site which monitors events and tells me if the show is active and final.

Which site is "the site?"
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (19): « Previous 1 … 15 16 17 18 19 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Zealand cyber criminal caused more than $20 million worth of damage wannabepvr 3 1,960 2007-11-30, 03:47 AM
Last Post: JonnyCam

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

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

Linear Mode
Threaded Mode