[mythtv-users] channel changer for hdpvr

Michael Drons mdrons at yahoo.com
Sun Jan 25 15:52:10 UTC 2009


________________________________
From: Eppo Eppleston <eppo120 at gmail.com>
To: Michael Drons <mdrons at yahoo.com>; Discussion about mythtv <mythtv-users at mythtv.org>
Sent: Sunday, January 25, 2009 10:18:03 AM
Subject: Re: [mythtv-users] channel changer for hdpvr




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 


How do I know what the remote name is?



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090125/471927eb/attachment.htm>


More information about the mythtv-users mailing list