summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config/templates/real_change_chan.sh
blob: efeba88d1a47138f50734fa70da9520250510734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
REMOTE_NAME=SA3250
cmd="$1"

case $cmd in
	    [0-9]*)
	        for digit in $(echo $1 | sed -e 's/./& /g'); do 
		        irsend SEND_ONCE $REMOTE_NAME $digit
		        sleep  0.3
	        # If things work OK with sleep 1, try this for faster channel changes:
	        # sleep 0.3
	    done
	        ;;

	   *)
	           irsend SEND_ONCE $REMOTE_NAME $cmd
									            ;;
    esac
    /usr/bin/fix_audio.sh &