Matt823
12-05-2002, 11:54 PM
Following Darkwings DTivo Basics for noppv script, i can get it to work for the day, but never after that. Here's what my TClient-lib.itcl file looks like in the area where you have to edit it. Can someone see something wrong?? Thanks in advanced.
Matt
########################################################################
########################################################################
if [file exists /etc/SubTest] {
if [file exists /tvbin/fixsub.tcl] {
delete object $idb
delete object $tcd411
putlog "We are in sub test mode, so everything is okie-dokie..."
exec /tvbin/fixsub.tcl
exec /var/hack/noppv.tcl -5 > /dev/null
toggleLed 0
after 5000
updateStatus $StatusStrings::Succeeded
return 0
}
}
########################################################################
########################################################################
Matt
########################################################################
########################################################################
if [file exists /etc/SubTest] {
if [file exists /tvbin/fixsub.tcl] {
delete object $idb
delete object $tcd411
putlog "We are in sub test mode, so everything is okie-dokie..."
exec /tvbin/fixsub.tcl
exec /var/hack/noppv.tcl -5 > /dev/null
toggleLed 0
after 5000
updateStatus $StatusStrings::Succeeded
return 0
}
}
########################################################################
########################################################################