<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On May 14, 2016, at 2:11 AM, Jan Ceuleers <<a href="mailto:jan.ceuleers@gmail.com" class="">jan.ceuleers@gmail.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Is there a way of informing the scheduler that the signal isn't going to</span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">be available during these times so that no recordings should be</span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">attempted, regardless of what the guide data says?</span></div></blockquote></div><br class=""><div class="">I handled this sort of thing by deleting the relevant rows from the program table. In my case the cable operator had a habit of pushing box updates between 6am and 8am which would ruin recordings so I wiped everything between those times and told the backend to reschedule. From the scheduler’s point of view that time period becomes a black hole which of course is the truth.</div><div class=""><br class=""></div><div class="">There’s a "mythfilldatabse ran" system event available so that would be useful hook. Be aware the datetime columns in the program table are UTC.</div><div class=""><br class=""></div><div class="">If you’re not handy with SQL or aren’t sure how to affect only one source just ask.</div><div class=""><br class=""></div><div class="">- George</div></body></html>