<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Eppo Eppleston &lt;eppo120@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Michael Drons &lt;mdrons@yahoo.com&gt;; Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Sunday, January 25, 2009 10:18:03 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [mythtv-users] channel changer for hdpvr<br></font><br>
<br><br><div class="gmail_quote">On Sun, Jan 25, 2009 at 10:03 AM, Michael Drons <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:mdrons@yahoo.com" target="_blank" href="mailto:mdrons@yahoo.com">mdrons@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am confused on what my channel changer script should look like for the hdpvr. &nbsp;I cant seem to find any good reference on the wiki or the aliases. &nbsp;Can someone either share there script or point me to a reference?<br>
<br>
Thanks, Mike<br>
</blockquote><div>mine looks like this:<br>#!/bin/sh<br>REMOTE_NAME=SAE8000<br>for digit in $(echo $1 | sed -e 's/./&amp; /g'); do<br>irsend SEND_ONCE $REMOTE_NAME $digit<br>#sleep 0.2 # note, you may have to tweak the interdigit delay up a bit<br>
done<br>#irsend SEND_ONCE $REMOTE_NAME OK <br><br>i had to comment out those 2 lines to get it working properly<br>make sure you set remotename correctly <br></div></div><br><br>How do I know what the remote name is?<br>
</div></div></div><br>

      </body></html>