[mythtv-users] channel changer for hdpvr

Eppo Eppleston eppo120 at gmail.com
Sun Jan 25 15:18:03 UTC 2009


On Sun, Jan 25, 2009 at 10:03 AM, Michael Drons <mdrons at yahoo.com> wrote:

> I am confused on what my channel changer script should look like for the
> hdpvr.  I cant seem to find any good reference on the wiki or the aliases.
>  Can someone either share there script or point me to a reference?
>
> Thanks, Mike
>
mine looks like this:
#!/bin/sh
REMOTE_NAME=SAE8000
for digit in $(echo $1 | sed -e 's/./& /g'); do
irsend SEND_ONCE $REMOTE_NAME $digit
#sleep 0.2 # note, you may have to tweak the interdigit delay up a bit
done
#irsend SEND_ONCE $REMOTE_NAME OK

i had to comment out those 2 lines to get it working properly
make sure you set remotename correctly
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090125/e1590ce9/attachment.htm>


More information about the mythtv-users mailing list