rebhichaouki / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
0 stars 0 forks source link

SRE did not extend recording #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.NHL Hockey setup as favorite
2.Default Padding set to 30 minutes
3.

What is the expected output? What do you see instead?
I expect the game to be recorded in it's entirety including overtime periods 
even when the broadcast is longer than scheduled in the guide. Instead the 
recording only extended the recording for the 30 minutes for the default 
padding.

What version of the product are you using? On what operating system?
Using SageTV V7, using latest version available via plugins for SRE and 
operating system is Windows XP Pro with all current windows updates and latest 
Java.

Please provide any additional information below.

Original issue reported on code.google.com by clarence...@gmail.com on 25 May 2011 at 12:21

GoogleCodeExporter commented 9 years ago
Please attach your sre.log file from SageTV\plugins\sre\ directory.

Original comment by de...@battams.ca on 25 May 2011 at 1:37

GoogleCodeExporter commented 9 years ago
I sent the log files in an reply email but I guess you want them attached here, 
so here they are.

Original comment by clarence...@gmail.com on 2 Jun 2011 at 12:38

Attachments:

GoogleCodeExporter commented 9 years ago
Ok, the issue here is that you did not create overrides when necessary.  From 
your log files:

2011-05-24 21:03:00,306 INFO  [MonitoredAiring]: Default padding applied to 
recording '655316'
2011-05-24 21:03:00,446 ERROR [SageRecordingExtender]:  NHL Hockey: TBA at 
Vancouver Canucks --> Invalid monitor; parser may be obsolete

Sometimes, especially during playoffs, the EPG data is incomplete.  In order 
for SRE to monitor this game, you would have had to create an override for the 
episode info to specify "San Jose at Vancouver" instead of "TBA at Vancouver".  
Without the override, SRE is unable to find the game data to monitor and in 
that case, SRE simply applies the default padding for the game.

And for the Cup Finals, the EPG data is even further off the mark.  See my 
latest post in the SRE user thread for those details (i.e. you need to override 
the title and episode data to monitor the Cup Final games).

Create overrides via the SRE web UI or via the SRE STV plugin (if you have it 
installed).

Marking this ticket as invalid.

Original comment by de...@battams.ca on 2 Jun 2011 at 1:09