<br><br><div class="gmail_quote">On Sun, Jan 25, 2009 at 10:03 AM, Michael Drons <span dir="ltr">&lt;<a 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 &#39;s/./&amp; /g&#39;); 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>