<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 22, 2016 at 3:41 PM, George Nassas <span dir="ltr"><<a href="mailto:gnassas@mac.com" target="_blank">gnassas@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Jun 21, 2016, at 3:55 PM, Douglas Sargent <<a href="mailto:dbsargent@gmail.com">dbsargent@gmail.com</a>> wrote:<br>
<br>
> on a trip away from home, and wanted to check on the status of Mythtv. Since I don't have the router open, there is no way of checking to see if its alive and recording. So I thought it could be cool if we could email it and get it do do stuff:<br>
<br>
</span>This isn’t very hard to do: create a unique email address somewhere, like one of the free email services, and have a regular myth job that polls for new emails and replies with info. I did something like that for a friend who gets tons of private youtube links to videos of nieces and nephews doing cute things. She forwards those to the magic email address and my script picks them up, scans for youtube links, downloads, and sticks them into myth as recordings. That’s more complication than you need but the magic email address and myth polling is the part you’re interested in.<br>
<span class=""><br>
> features:<br>
>     - backend status<br>
>     - upcoming recordings<br>
>      - recording programs<br>
<br>
</span>These are trivial. There is already an endpoint in myth’s internal webserver that returns nicely formatted html showing current & upcoming recording activity, machine status, and disk space. It’s easy to send that out as html mail. Andrew’s script is a good approach too.<br>
<span class=""><br>
>      - create a recording schedule<br>
<br>
</span>This sounds difficult. Parsing freeform input is tough and requiring strictly formatted emails is onerous. Plus without listings how do you supply accurate titles etc. Better to create a way to initiate a secure connection to the myth box and use mythweb. But, it would be cool if you pulled it off so don’t let me discourage you.<br></blockquote><div><br></div><div>Cool would be to schedule recordings in, say, google calendar.</div><div><br></div><div>I have seen people use google calendar for things like scheduling air conditioners.</div><div> </div></div></div></div>