<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sat, Sep 12, 2015 at 1:10 PM Jerome Yuzyk <<a href="mailto:jerome@supernet.ab.ca">jerome@supernet.ab.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I remember reading threads way back about Myth being able to ignore  >0 "End Late" settings for programs on the same channel. But, reading back through it still seems only possible for DVB setups.<br>
<br>
Is it a difficult scheduler algorithm to make 2 sequential recordings on the same channel with >0 End Late settings ignore the 1st recording's End Late if it runs into another recording on the same channel? In my naivete I don't see why Myth would assign another tuner to record the next recording and not just drop the overage time on a known overlap and continue making a new recording. And do so for as long as there will be recordings on that channel.<br></blockquote><div><br></div><div>It does depend on how the 'recorder' was programmed in Myth.  Most recorders are capable of 'multirec', but the v4l2 (mpeg) recorders are not.  I am actually working on re-writing the v4l2 recorder to be multi-rec compatible to allow over-lapping recordings.  However, I have been working on it a long time, and just have not gotten around to finishing it.  Hopefully soon...<br><br></div><div>I believe David has multi-rec working with the cable-card recorders, but I am not positive about that.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This must be a pretty common recording scenario for sports.<br>
<br>
All the padding settings I've seen are global and aimed at problematic content providers.<br>
<br>
I'm going to give "Recording NFL Sunday Morning and Afternoon with Extra Time" from <a href="https://www.mythtv.org/wiki/Custom_Recording" rel="noreferrer" target="_blank">https://www.mythtv.org/wiki/Custom_Recording</a> a shot and try to do likewise for CFL games. How do others handle this? I've been doing it manually on weekends by tweaking End Late on my global search rules to make the overlaps go away and then un-tweaking them for the rest of the week.<br></blockquote><div><br></div><div>Last year, David posted a tip on handling back-to-back sports events.  Based on his advice, I have two custom recording rules for NFL:<br><br></div><div>Rule 1:<br></div><div>Tilte:  "NFL Football [late]"<br></div><div>Rule: "program.category = 'Sports event' AND program.title = 'NFL Football' AND pnext.title <> 'NFL Football' AND program.chanid = pnext.chanid AND program.endtime = pnext.starttime AND program.first > 0"<br></div><div>Additional tables: ", program pnext"<br><br></div><div>Rule 2:<br></div><div>Title: "NFL Football [early]"<br></div><div>Rule: "program.category = 'Sports event' AND program.title = 'NFL Football' AND pnext.title = 'NFL Football' AND program.chanid = pnext.chanid AND program.endtime = pnext.starttime AND program.first > 0"<br></div><div>Additional tables: ", program pnext"<br><br></div><div>With the [late] rule, I have it configured to record an extra hour.  With the [early] rule, it stops "on time".  I use similar rules for the Olympics and such.<br><br></div><div>John<br><br></div><div><br><br></div></div></div>