add auto + better inuse checking

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1066 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg
2012-06-15 21:34:07 +00:00
parent 101f5a7946
commit 9d8d630b07
18 changed files with 390 additions and 37 deletions

View File

@@ -66,6 +66,7 @@ proc dedupnormalise {title {reserve ""}} {
set ntitle "$seriesmap($title): $title"
set title $ntitle
} else {
# Try lower case without spaces
regsub -all -- {[[:space:]]+} [string tolower $title] "" ntitle
if {[dict exists $seriesmap $ntitle]} {
set title "$seriesmap($ntitle): $title"