[mythtv-users] Smoothing out the channel change script

Viitasaari public at viitasaari.ca
Tue Nov 14 04:00:41 UTC 2006


My apologies:

#!/bin/sh
REMOTE_NAME=301/501/3100/5100/58xx/59xx
for digit in $(echo $1 | sed -e 's/./& /g'); do
irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME $digit
sleep 0.4 # note, you may have to tweak the interdigit delay up a bit
done
irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME select

On Mon, 2006-11-13 at 19:36 -0800, Brad DerManouelian wrote:
> On Nov 13, 2006, at 7:01 PM, Viitasaari wrote:
> 
> > Anyone have any ideas on how to smooth out the change channel script?
> >
> > It doesn't work very nicely.
> >
> > Hedgehog
> 
> Which channel change script? How does it not work very nicely? Did  
> you really expect someone to be able to answer that question based on  
> the message you posted?
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list