diff --git a/CONTROL/control b/CONTROL/control index ed1bc65..a253e3b 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 1.2.5-5 +Version: 1.2.5-6 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif-channelicons(>=1.1.18),lighttpd(>=1.4.35-2),jim(>=0.76),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.0),hmt(>=2.0.7),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7) diff --git a/webif/html/browse/file.jim b/webif/html/browse/file.jim index 3d5a4c3..3c8e0da 100755 --- a/webif/html/browse/file.jim +++ b/webif/html/browse/file.jim @@ -18,6 +18,12 @@ if {$type eq "ts"} { set ts [ts fetch $file] + # Causes other series information to be automatically populated + set epname [$ts episode_name] + set series [$ts series_name] + set sdata [$ts get tvdb_series] + set idata [$ts get tvdb_data] + puts " @@ -25,7 +31,15 @@ if {$type eq "ts"} { @@ -34,11 +48,6 @@ if {$type eq "ts"} { " - # Causes other series information to be automatically populated - set epname [$ts episode_name] - set series [$ts series_name] - set sdata [$ts get tvdb_series] - set idata [$ts get tvdb_data] if {[llength $sdata]} { set sid [$sdata get seriesid] if {$sid} { @@ -51,22 +60,30 @@ if {$type eq "ts"} { " if {[llength $sdata] && [llength $idata]} { - puts "" } -# $idata(overview) -#
-# [$sdata get _phrases] -#
-# [lrange [$sdata get _smatches] 0 8] - if {[$ts flag "Guidance"] > 0} { puts " @@ -179,7 +196,9 @@ if {[$ts get bookmarks]} { " } -puts "
" if {[file exists "[file rootname $file].thm"]} { - puts "" + puts "" + } + + if {[dict exists $idata thumb]} { + puts " + + + " } puts "[$ts get title]
Episode
TVDB - - Found using [$ts get tvdb_method] + puts "
TheTVDB + + Found episode using [$ts get tvdb_method]
Guidance
" +puts " + +" puts { } exit diff --git a/webif/html/browse/tvdb/assets.jim b/webif/html/browse/tvdb/assets.jim index 1ca16aa..4ac71d0 100755 --- a/webif/html/browse/tvdb/assets.jim +++ b/webif/html/browse/tvdb/assets.jim @@ -22,11 +22,11 @@ puts {