[mythtv-users] dish network + mythtv (Press SELECT to continue)

Rusty McEacharn mceachrw at gmail.com
Wed Aug 10 03:35:21 UTC 2005


i have the same problem with my 322.  the fix is to add a select
signal at the beginning of your channel change script.  i have been
using it successfully for months.

#!/bin/sh
REMOTE_NAME=JVC_4700
irsend --device=/dev/lircd SEND_ONCE $REMOTE_NAME select
sleep 0.3
for digit in $(echo $1 | sed -e 's/./& /g'); do
irsend --device=/dev/lircd SEND_ONCE $REMOTE_NAME $digit
sleep 0.3 # note, you may have to tweak the interdigit delay up a bit
done
irsend --device=/dev/lircd SEND_ONCE $REMOTE_NAME select


More information about the mythtv-users mailing list