git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@585 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg
2011-12-27 18:43:40 +00:00
parent 18cafc8c39
commit 09e71400a2
7 changed files with 32 additions and 16 deletions

View File

@@ -17,6 +17,8 @@ class ts {
error ""
guidance ""
bookmarks 0
schedstart 0
scheddur 0
}
ts method duration {{raw 0}} {
@@ -35,7 +37,7 @@ ts method _parse {line} {
lassign [split $line "\t"] \
title synopsis definition channel_num channel_name \
start end flags_list guidance bookmarks
start end flags_list guidance bookmarks schedstart scheddur
set flags [split [string range $flags_list 0 end-1] ,]
}