happyhammer
13-08-2010, 07:11 PM
when pressing the **** button in TV mode, you can bring up the ecm info.
It would be great if we could run a user script by say pressing the << button in tV mode. Can this only be done in firmware?
I specifically would like to run morsers epg that comes with the KDG firmware , at present, if you run it from TakeControl Panel your stuck there waiting for it to complete. If you run it from telnet directly, you can still watch the TV whiles the script is running.
Oh , if anyone else uses this , my epg was not being updated bcause the old rytecxmltvuk still existed. i just added two lines to remove the old rytec files first,, getepg.sh is now this:
#!/bin/sh
cd /DATA/usb1/sda1/XMLTV
rm rytec*
cd /PLUGINS/PanelKGD/epg
nice -19 ./getepg -d2
It would be great if we could run a user script by say pressing the << button in tV mode. Can this only be done in firmware?
I specifically would like to run morsers epg that comes with the KDG firmware , at present, if you run it from TakeControl Panel your stuck there waiting for it to complete. If you run it from telnet directly, you can still watch the TV whiles the script is running.
Oh , if anyone else uses this , my epg was not being updated bcause the old rytecxmltvuk still existed. i just added two lines to remove the old rytec files first,, getepg.sh is now this:
#!/bin/sh
cd /DATA/usb1/sda1/XMLTV
rm rytec*
cd /PLUGINS/PanelKGD/epg
nice -19 ./getepg -d2