#!/bin/sh REMOTE_NAME=SKY # Fix the mapping of buttons between SKY <--> FOXTEL remotes BUTTON_FOXTEL=SKY BUTTON_BACK=BACKUP BUTTON_SETUP=TEXT BUTTON_RIGHT=CURSOR-RIGHT # Debugging information echo $0: At `date` change to channel $1 ## update aspect ratio depending upon channel number #cat /myth/channels-4:3 | grep "$1" #if [ $? == 0 ]; then # echo $0: Set aspect to 4:3 # mysql -umythtv -pmythtv mythconverg <