[mythtv-users] Joy and pain (Daryl McDonald)

Hika van den Hoven hikavdh at gmail.com
Tue Feb 18 20:43:25 UTC 2014


Hoi Daryl,

Tuesday, February 18, 2014, 9:31:20 PM, you wrote:

Better work with one variable in the beginning. That way there is less
chance of typos and it's easier to maintain.
> /dev/video0 is now /dev/videopvr150

> I think I need to amend my "change-channel.sh" in four places,
> indicated by <<<* right? Preceding "old line" is commented out"#"
> Good?

> REMOTE_NAME=DCT700
> cmd="$1"
## Change this to match your Lirc socket file
lirc_socket="/var/run/lirc/lircdSerial"

> /usr/local/bin/check_stb 1>/dev/null 2>/dev/null || :
> sleep 2

> case $cmd in
>     [0-9]*)
>     for digit in $(echo $1 | sed -e 's/./& /g'); do
>        # irsend -d /dev/lircd SEND_ONCE $REMOTE_NAME $digit
#>         irsend -d /var/run/lirc/lircdSerial SEND_ONCE_NAME $digit <<<1
         irsend -d ${lirc_socket} SEND_ONCE_NAME $digit
>         sleep 0.2
>         # If things work OK with sleep 1, try this for faster channel changes:
>         # sleep 0.3
>     done
>        # irsend -d /dev/lircd SEND_ONCE $REMOTE_NAME OK
#>          irsend -d /var/run/lirc/lircdSerial SEND_ONCE $REMOTE_NAME OK<<<2
          irsend -d ${lirc_socket} SEND_ONCE $REMOTE_NAME OK
> sleep 1
>         #irsend -d /dev/lircd SEND_ONCE $REMOTE_NAME EXIT
#>          irsend -d /var/run/lirc/lircdSerial SEND_ONCE $REMOTE_NAME EXIT<<<3
          irsend -d ${lirc_socket} SEND_ONCE $REMOTE_NAME EXIT
>     ;;

>     *)
>         #irsend SEND_ONCE $REMOTE_NAME $cmd
#>         irsend -d /var/run/lirc/lircdSerial SEND_ONCE $REMOTE_NAME $cmd<<<4
         irsend -d ${lirc_socket} SEND_ONCE $REMOTE_NAME $cmd
>         ;;
> esac

> Implementing the previous changes turned on the stb when I ran
> "/usr/local/bin/check_stb" so yes I think you've found it!!!!!!!!!
> Many Thanks!!!

> Please confirm or emend changes to "change-channel.sh"   Daryl
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org




Tot mails,
  Hika                            mailto:hikavdh at gmail.com

"Zonder hoop kun je niet leven
Zonder leven is er geen hoop
Het eeuwige dilemma
Zeker als je hoop moet vernietigen om te kunnen overleven!"

De lerende Mens
--



More information about the mythtv-users mailing list