<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On May 25, 2014, at 8:50 AM, Michael T. Dean <<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 05/25/2014 07:33 AM, Doug Lytle wrote:<br><blockquote type="cite">Good morning,<br><br>Before I go about building a script that will e-mail daily reports for today's scheduled recordings, would somebody already have such a script that they'd be willing to share?<br><br>I'd be building my script off of mythbackend --printsched<br><br>It would be nice if it would skip including anything marked as E,x,P and maybe even output to HTML.<br><br>My Google-fu is failing me on finding such a script.<br></blockquote><br>There's <a href="http://www.mythtv.org/wiki/Myth_upcoming_recordings.pl">http://www.mythtv.org/wiki/Myth_upcoming_recordings.pl</a> , which should do what you want (using the --no-show-* arguments). It does plain text with the --plain_text argument, and the default makes an HTML fragment (which is basically the pieces needed to work with the Backend Status page output (its JavaScript and CSS).<br><br>Mike<br></blockquote><br></div><div><br></div><div>You could use curl and the GetUpcomingList API…</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">curl 127.0.0.1:6544/Dvr/GetUpcomingList</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Greg</div></div><br></body></html>