From 4ce97017928cd470f043229d3fcacbcd916bdd7f Mon Sep 17 00:00:00 2001 From: hummypkg Date: Tue, 1 Jan 2013 20:58:42 +0000 Subject: [PATCH] show 20 minutes upcoming, tweak dedup reserve git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1270 2a923420-c742-0410-a762-8d5b09965624 --- var/mongoose/cgi-bin/status.jim | 2 +- var/mongoose/html/dedup/normalise.jim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/var/mongoose/cgi-bin/status.jim b/var/mongoose/cgi-bin/status.jim index 5c9ecaee..daea8b87 100755 --- a/var/mongoose/cgi-bin/status.jim +++ b/var/mongoose/cgi-bin/status.jim @@ -7,7 +7,7 @@ require system.class findhsvc epg.class rsv.class set runmode cli if {[string match {*jim} $argv0]} { set runmode cgi } -set schedtime 900 +set schedtime 1200 case $runmode { cgi { cgi_input diff --git a/var/mongoose/html/dedup/normalise.jim b/var/mongoose/html/dedup/normalise.jim index 23fdeb3c..d06507b1 100755 --- a/var/mongoose/html/dedup/normalise.jim +++ b/var/mongoose/html/dedup/normalise.jim @@ -65,7 +65,7 @@ proc dedupnormalise {title {reserve ""}} { } # if still short, add the reserve string. - if {[string length $title] < 10} { + if {[string length $title] < 6} { if {[string match "${title}*" $reserve]} { set title $reserve } else {