<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 2/8/2011 19:59, Joseph Fry wrote:
    <blockquote
      cite="mid:AANLkTikr93TtaeOd_79njin02vY0YydoVa8OCG_m2Z6P@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On Wed, Jan 26, 2011 at 4:27 PM, Raymond
        Wagner <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div class="im">On 1/26/2011 16:06, Simon Hobson wrote:<br>
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">
              Erik Hovland wrote:<br>
              <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
                0.8ex; border-left: 1px solid rgb(204, 204, 204);
                padding-left: 1ex;">
                <a moz-do-not-send="true"
                  href="http://hackaday.com/2011/01/26/stepper-directed-hdtv-antenna/"
                  target="_blank">http://hackaday.com/2011/01/26/stepper-directed-hdtv-antenna/</a><br>
                <br>
                The last sentence in the paragraph throws down the
                gauntlet:<br>
                What we would like to see is this antenna attached to a
                HTPC,<br>
                and some kind of script to automatically direct the
                antenna<br>
                for the best possible signal for the current channel.<br>
              </blockquote>
              <br>
              I couldn't quite make out what they are doing here. Are
              they a) moving the antenna to use different transmitters
              for different channels, or b) moving it about to get the
              best signal from a specific transmitter.<br>
            </blockquote>
            <br>
          </div>
          This is for the former. &nbsp;You have stations in multiple
          directions, and you want to record off all of them. &nbsp;This
          cannot be done reliably without altering the code. &nbsp;You would
          need the backend to support channel changing scripts for
          digital tuners, to get the rotor in place before trying to
          tune. &nbsp;You probably could do something with the system event
          scripts, having mythbackend call a script on recording start,
          but you're likely to run into timing issues.
          <div>
            <div class="h5"><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      This reminds me of something I thought about a long while back.&nbsp;
      What about a "script" tuner type.&nbsp; I can't imagine it would be
      that hard to create another tuner type that would simply allow you
      to specify a script to run whenever that tuner was used.&nbsp; This
      script tuner would be supplied with a variety of variables
      whenever it was called, most importantly: target path, target
      filename, channel, and end time or duration.<br>
      <br>
      Once mythtv kicks off the script it can either just ignore it and
      assume its doing it's thing.&nbsp; Optionally the script could notify
      mythtv of status changes (started, in progress, complete,
      failed)... but it's really not necessary.&nbsp; The worst thing that
      would happen is that the frontend would say that the recording
      could not be found.<br>
    </blockquote>
    <br>
    That sounds like the import recorder.<br>
  </body>
</html>