<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>Hello all, i have
this idea to control my mythtv frontend over telnet.</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>I want to have
different bash files that can be run that execute a telnet command...i just
don't know how to do it.</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>I tried
this:</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial
size=2>------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial
size=2>#!/bin/bash</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>telnet
mythtv-frontend 6546</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>jump
mythgallery</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial
size=2>exit</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>exit
0</FONT></SPAN></DIV><SPAN class=057142223-22012008><FONT face=Arial
size=2>------------------------------------------</FONT></SPAN>
<DIV><SPAN class=057142223-22012008><FONT face=Arial size=2>The idea with that
above script is that it just changes my mythfrontend to open the gallery then
exit telnet and then exit the script...it didn't work. Anyone use scripts of any
sort to do only a particular function? I want to run these scripts and have them
just work, and just do one thing, like live tv, volume up, mute, gallery,
channel 34, etc etc etc.</FONT></SPAN></DIV>
<DIV><SPAN class=057142223-22012008><FONT face=Arial
size=2>-Thanks</FONT></SPAN></DIV></BODY></HTML>