<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/09/18 11:54, Mike Hodson wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAN++4hEv5N1UyvsvcMjHo_w6AE_ECnUfw5PbcZSJL=ksk=G2mw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <div dir="ltr">
        <div dir="ltr">
          <div class="gmail_quote">
            <div dir="ltr">On Sat, Sep 1, 2018 at 4:47 AM Tim Draper
              <<a href="mailto:veehexx@zoho.com"
                moz-do-not-send="true">veehexx@zoho.com</a>> wrote:<br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">is there a remote
              control for an FE that runs on a desktop OS? i use
              mythmote on my android phone but find that i'm sometimes
              on my (linux) laptop and would be useful to control the FE
              from there.<br>
            </blockquote>
            <div><br>
            </div>
            <div>There look to be a few listed here, hopefully one might
              work for you.</div>
            <div><br>
            </div>
            <div><a
                href="https://www.mythtv.org/wiki/Frontend_control_socket#Used_By"
                moz-do-not-send="true">https://www.mythtv.org/wiki/Frontend_control_socket#Used_By</a>  </div>
            <div><br>
            </div>
            <div>Mike</div>
            <div><br>
            </div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    Just for fun, as I also use mythmote on Android.<br>
    <br>
    I just tried mythremote (not as fully featured as mythmote) from
    <a class="moz-txt-link-freetext" href="http://mythtv.bss.ab.ca/somemythtvtools.htm">http://mythtv.bss.ab.ca/somemythtvtools.htm</a> which is linked to from
    <a class="moz-txt-link-freetext" href="https://www.mythtv.org/wiki/Frontend_control_socket#Used_By">https://www.mythtv.org/wiki/Frontend_control_socket#Used_By</a> (2nd up
    from bottom of table)<br>
    <br>
    On Xubuntu 18.04 the following changes are required, the original
    was done a long time ago (2008 from the zip file)<br>
    <br>
    Install perl-tk and perl-telnet stuff<br>
    <br>
    sudo apt install perl-tk libnet-telnet-perl <br>
    <br>
    Changes to mythremote files after unzipping
    mythremote_telnetperltk_20081004.zip<br>
    <br>
    file remote-Tk<br>
    <br>
    add ./ in front of remote at line 156 so it becomes:<br>
        `./remote $function`;<br>
    <br>
    file remote<br>
    <br>
    change line 5 from my $host = 'tv'; to ip address of mythfrontend
    machine e.g.<br>
    my $host = '192.168.0.20';<br>
    <br>
    Tested (briefly) against current mythtv 29 (from mythbuntu ppa) and
    mythtv master (30-pre built from source) frontends.<br>
    <br>
    Mike<br>
    <br>
  </body>
</html>