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
This commit is contained in:
hummypkg 2013-01-01 20:58:42 +00:00
parent 6ff5b7a8e3
commit 4ce9701792
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 {